Table of Contents

Class PartInfoLineContext

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

Constructors

PartInfoLineContext(string, string)

public PartInfoLineContext(string key = "", string value = "")

Parameters

key string
value string

Fields

HasKey

[DataProperty("hasKey")]
public Property<bool> HasKey

Field Value

Property<bool>

HasKeyAndValue

[DataProperty("hasKeyAndValue")]
public Property<bool> HasKeyAndValue

Field Value

Property<bool>

HasValue

[DataProperty("hasValue")]
public Property<bool> HasValue

Field Value

Property<bool>

LineKey

[DataProperty("lineKey")]
public Property<string> LineKey

Field Value

Property<string>

LineValue

[DataProperty("lineValue")]
public Property<string> LineValue

Field Value

Property<string>