Class ChangeBoxGroupArgs
更换盒子组别参数
Inheritance
Object
ChangeBoxGroupArgs
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 ChangeBoxGroupArgs
Constructors
ChangeBoxGroupArgs()
无参构造函数
Declaration
public ChangeBoxGroupArgs()
ChangeBoxGroupArgs(String, Int64)
构造函数
Declaration
public ChangeBoxGroupArgs(string boxNo, long groupId)
Parameters
Type | Name | Description |
---|---|---|
String | boxNo | 盒子编码 |
Int64 | groupId | 盒子组Id |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
GroupId
盒子组Id
Declaration
public long GroupId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |