Class GetBoxsArgs
获取盒子参数
Inheritance
Object
GetBoxsArgs
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 GetBoxsArgs
Constructors
GetBoxsArgs()
无参构造函数
Declaration
public GetBoxsArgs()
GetBoxsArgs(ICollection<Int64>)
构造函数
Declaration
public GetBoxsArgs(ICollection<long> boxGroupIds)
Parameters
Type | Name | Description |
---|---|---|
ICollection<Int64> | boxGroupIds | 盒子组别ID列表 |
Properties
BoxGroupIds
盒子组别ID列表
Declaration
public ICollection<long> BoxGroupIds { get; set; }
Property Value
Type | Description |
---|---|
ICollection<Int64> |