Class AddHdataItemArgs
历史记录新增参数
Inheritance
System.Object
AddHdataItemArgs
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 AddHdataItemArgs
Constructors
AddHdataItemArgs()
构造函数
Declaration
public AddHdataItemArgs()
AddHdataItemArgs(String, IList<AddHdataItemDto>)
构造函数
Declaration
public AddHdataItemArgs(string boxNo, IList<AddHdataItemDto> hdataItems)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子号码 |
System.Collections.Generic.IList<AddHdataItemDto> | hdataItems | 多通道参数集合 |
Properties
BoxNo
盒子号码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HdataItems
多通道参数集合
Declaration
public IList<AddHdataItemDto> HdataItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AddHdataItemDto> |