Table of Contents

Class DiscoverableProperty

Namespace
KSP.Messages
Assembly
Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Class)]
public class DiscoverableProperty : Attribute
Inheritance
DiscoverableProperty
Inherited Members
Extension Methods

Constructors

DiscoverableProperty(string)

public DiscoverableProperty(string name)

Parameters

name string

DiscoverableProperty(string, bool, string, string)

public DiscoverableProperty(string name, bool propertyIsActive = true, string UserNotes = "", string ImplementationNotes = "")

Parameters

name string
propertyIsActive bool
UserNotes string
ImplementationNotes string

DiscoverableProperty(string, string)

public DiscoverableProperty(string name, string implementationNotes)

Parameters

name string
implementationNotes string

DiscoverableProperty(string, uint)

public DiscoverableProperty(string name, uint id)

Parameters

name string
id uint

DiscoverableProperty(string, uint, bool, string, string)

public DiscoverableProperty(string name, uint id, bool propertyIsActive = true, string UserNotes = "", string ImplementationNotes = "")

Parameters

name string
id uint
propertyIsActive bool
UserNotes string
ImplementationNotes string

DiscoverableProperty(string, uint, string)

public DiscoverableProperty(string name, uint id, string implementationNotes)

Parameters

name string
id uint
implementationNotes string

Fields

ID

public uint ID

Field Value

uint

discoveryName

public string discoveryName

Field Value

string

implNotes

public string implNotes

Field Value

string

isActive

public bool isActive

Field Value

bool

userNotes

public string userNotes

Field Value

string