Class GetBoxGroupArgs
获取盒子组别参数
Inheritance
System.Object
GetBoxGroupArgs
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 GetBoxGroupArgs
Constructors
GetBoxGroupArgs()
无参构造函数
Declaration
public GetBoxGroupArgs()
GetBoxGroupArgs(Int64)
构造函数
Declaration
public GetBoxGroupArgs(long uid)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | uid | 盒子组别UID |
Properties
Uid
盒子组别UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |