Class AddHdataItemDto
新增历史记录多通道参数
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 AddHdataItemDto : HdataItemDto
Constructors
AddHdataItemDto()
ctor
Declaration
public AddHdataItemDto()
AddHdataItemDto(String, Int32, Boolean, HDataControlOptionsV2, IList<AddHdataChannelsDto>)
ctor
Declaration
public AddHdataItemDto(string name, int recordingPeriod, bool isControl, HDataControlOptionsV2 controlOptions, IList<AddHdataChannelsDto> hdataChannels)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | recordingPeriod | |
System.Boolean | isControl | |
HDataControlOptionsV2 | controlOptions | |
System.Collections.Generic.IList<AddHdataChannelsDto> | hdataChannels |
Properties
HdataChannels
通道集合
Declaration
[JsonProperty("channels")]
public IList<AddHdataChannelsDto> HdataChannels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AddHdataChannelsDto> |