Table of Contents

Class PartInfoContext

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
public class PartInfoContext : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
Inheritance
PartInfoContext
Implements
Inherited Members
Extension Methods

Constructors

PartInfoContext()

public PartInfoContext()

Fields

IsVisible

[DataProperty("IsVisible")]
public Property<bool> IsVisible

Field Value

Property<bool>

PartInfoAreControlsVisible

[DataProperty("PartInfoAreControlsVisible")]
public Property<bool> PartInfoAreControlsVisible

Field Value

Property<bool>

PartInfoCanShowMore

[DataProperty("PartInfoCanShowMore")]
public Property<bool> PartInfoCanShowMore

Field Value

Property<bool>

PartInfoDescription

[DataProperty("PartInfoDescription")]
public Property<string> PartInfoDescription

Field Value

Property<string>

PartInfoIsFavorite

[DataProperty("PartInfoIsFavorite")]
public Property<bool> PartInfoIsFavorite

Field Value

Property<bool>

PartInfoIsShowingMore

[DataProperty("PartInfoIsShowingMore")]
public Property<bool> PartInfoIsShowingMore

Field Value

Property<bool>

PartInfoLineList

[DataProperty("PartInfoLineList")]
public ContextListProperty<PartInfoLineContext> PartInfoLineList

Field Value

ContextListProperty<PartInfoLineContext>

PartInfoManufacturer

[DataProperty("PartInfoManufacturer")]
public Property<string> PartInfoManufacturer

Field Value

Property<string>

PartInfoName

[DataProperty("PartInfoName")]
public Property<string> PartInfoName

Field Value

Property<string>

PartInfoSizeColor

[DataProperty("PartInfoSizeColor")]
public Property<Color> PartInfoSizeColor

Field Value

Property<Color>

PartInfoSizeText

[DataProperty("PartInfoSizeText")]
public Property<string> PartInfoSizeText

Field Value

Property<string>

PartInfoSubtitle

[DataProperty("PartInfoSubtitle")]
public Property<string> PartInfoSubtitle

Field Value

Property<string>

PartInfoToggleExpandText

[DataProperty("PartInfoToggleExpandText")]
public Property<string> PartInfoToggleExpandText

Field Value

Property<string>