Class BitStateLabel
位类型数据标签
Inheritance
Object
BitStateLabel
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BitStateLabel
Properties
FalseLabel
值为false时的文本
Declaration
[JsonProperty("ftext")]
public string FalseLabel { get; set; }
Property Value
Type | Description |
---|---|
String |
TrueLabel
值为True时的文本
Declaration
[JsonProperty("ttext")]
public string TrueLabel { get; set; }
Property Value
Type | Description |
---|---|
String |