Class GetSomeHdataItemArgs
Inheritance
System.Object
GetSomeHdataItemArgs
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 GetSomeHdataItemArgs
Properties
BoxNo
盒子号码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ids
条目Id集合,与Names选择其中一个
Declaration
public IList<long> Ids { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int64> |
Names
条目名称集合,与Ids选择其中一个
Declaration
public IList<string> Names { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |