Class Part
public class Part : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
Part
- Implements
- Inherited Members
- Extension Methods
Constructors
Part(string)
public Part(string name)
Parameters
namestring
Properties
isOn
[DataProperty("isOn")]
public Property<bool> isOn { get; }
Property Value
name
[DataProperty("name")]
public PropertyReadonly<string> name { get; }
Property Value
Methods
ToggleIsOn()
[DataAction("toggleIsOn")]
public void ToggleIsOn()