Class UpdateHdataDefArgsV2
更新历史记录参数
Inheritance
System.Object
UpdateHdataDefArgsV2
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 UpdateHdataDefArgsV2
Constructors
UpdateHdataDefArgsV2()
无参构造函数
Declaration
public UpdateHdataDefArgsV2()
UpdateHdataDefArgsV2(IList<UpdateHdataDefinitionV2>, String)
构造函数
Declaration
public UpdateHdataDefArgsV2(IList<UpdateHdataDefinitionV2> updateHdatas, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<UpdateHdataDefinitionV2> | updateHdatas | 更新的历史条目列表 |
System.String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateHdatas
更新的历史条目列表 UpdateHdataDefinitionV2
Declaration
public IList<UpdateHdataDefinitionV2> UpdateHdatas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UpdateHdataDefinitionV2> |