Class HdataItem
Inheritance
Object
HdataItem
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
---|---|
Int64 |
Channels
通道集合
Declaration
public IList<HdataChannel> Channels { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
Boolean |
Name
名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
RecordingPeriod
采集周期
Declaration
[JsonProperty("period")]
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Uid
主键
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |