Class BitStateLabel
位类型数据标签
Inheritance
System.Object
BitStateLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.String |
TrueLabel
值为True时的文本
Declaration
[JsonProperty("ttext")]
public string TrueLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |