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