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