Class BoxCollectionArgs
盒子序列号或由接口返回的盒子ID,二选一
Inheritance
Object
BoxCollectionArgs
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 BoxCollectionArgs
Constructors
BoxCollectionArgs(IReadOnlyList<Int64>)
盒子序列号或由接口返回的盒子ID,二选一
Declaration
public BoxCollectionArgs(IReadOnlyList<long> boxIds)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyList<Int64> | boxIds |
BoxCollectionArgs(IReadOnlyList<String>)
盒子序列号或由接口返回的盒子ID,二选一
Declaration
public BoxCollectionArgs(IReadOnlyList<string> boxNos)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyList<String> | boxNos |
Properties
BoxIds
盒子序列号或由接口返回的盒子ID,二选一
Declaration
public IReadOnlyList<long> BoxIds { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<Int64> |
BoxNos
盒子序列号或由接口返回的盒子ID,二选一
Declaration
public IReadOnlyList<string> BoxNos { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<String> |