Table of Contents

Struct SelectedDiscoverableProperty

Namespace
KSP.Messages
Assembly
Assembly-CSharp.dll
public struct SelectedDiscoverableProperty
Inherited Members
Extension Methods

Constructors

SelectedDiscoverableProperty(string)

public SelectedDiscoverableProperty(string propertyDiscoveryName)

Parameters

propertyDiscoveryName string

SelectedDiscoverableProperty(Type)

public SelectedDiscoverableProperty(Type discoverablePropertyType)

Parameters

discoverablePropertyType Type

Methods

CreateFor(string)

public static SelectedDiscoverableProperty CreateFor(string discoveryName)

Parameters

discoveryName string

Returns

SelectedDiscoverableProperty

CreateFor<T>()

public static SelectedDiscoverableProperty CreateFor<T>() where T : PropertyWatcher, new()

Returns

SelectedDiscoverableProperty

Type Parameters

T

GetStoredType()

public Type GetStoredType()

Returns

Type

InitializeForType<T>()

public void InitializeForType<T>() where T : PropertyWatcher, new()

Type Parameters

T