Class HdataItem
Inheritance
System.Object
HdataItem
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.Entity
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class HdataItem
Properties
BoxId
盒子Id
Declaration
public long BoxId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Channels
通道集合
Declaration
public IList<HdataChannel> Channels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<HdataChannel> |
ControlOptions
Declaration
[JsonProperty("ctrl")]
public HDataControlOptionsV2 ControlOptions { get; set; }
Property Value
Type | Description |
---|---|
HDataControlOptionsV2 |
IsControl
是否使能设置
Declaration
[JsonProperty("hasCtrl")]
public bool IsControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordingPeriod
采集周期
Declaration
[JsonProperty("period")]
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Uid
主键
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |