Table of Contents

Class ObjectAssemblyPartsSearchFilter.FilterToggle

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

Constructors

FilterToggle(string, bool)

public FilterToggle(string name, bool toggle = false)

Parameters

name string
toggle bool

Properties

name

[DataProperty("name")]
public Property<string> name { get; }

Property Value

Property<string>

toggle

[DataProperty("toggle")]
public Property<bool> toggle { get; }

Property Value

Property<bool>