Class RemoveHdataArgsV2
删除历史条目参数
Inheritance
Object
RemoveHdataArgsV2
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class RemoveHdataArgsV2
Constructors
RemoveHdataArgsV2()
构造函数
Declaration
public RemoveHdataArgsV2()
RemoveHdataArgsV2(IList<Int64>, String)
构造函数
Declaration
public RemoveHdataArgsV2(IList<long> ids, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
IList<Int64> | ids | 删除的历史条目ID列表 |
String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
Ids
删除的历史条目ID列表
Declaration
public IList<long> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<Int64> |