Class HdataDefinitionDtoV2
历史记录条目V2
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 HdataDefinitionDtoV2 : DataSourceDtoV2
Properties
ControlOptions
使能控制详细配置 HDataControlOptionsV2
Declaration
[JsonProperty("ctrlOptions")]
public HDataControlOptionsV2 ControlOptions { get; set; }
Property Value
Type | Description |
---|---|
HDataControlOptionsV2 |
FractionalDigits
小数位
Declaration
[JsonProperty("fracDigits")]
public int FractionalDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
历史条目Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IntegralDigits
整数位
Declaration
[JsonProperty("intDigits")]
public int IntegralDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsControl
是否使能设置
Declaration
[JsonProperty("hasCtrl")]
public bool IsControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeviceChanged
设备是否已经变更
Declaration
[JsonProperty("deviceChanged")]
public bool IsDeviceChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Memo
备注
Declaration
[JsonProperty("memo")]
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordingPeriod
采样时间
Declaration
[JsonProperty("samplePeriod")]
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TaskState
任务状态 TaskState
Declaration
[JsonProperty("tstate")]
public TaskState TaskState { get; set; }
Property Value
Type | Description |
---|---|
TaskState |