Class UpdateBoxArgs
更新盒子参数
Inheritance
Object
UpdateBoxArgs
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 UpdateBoxArgs
Constructors
UpdateBoxArgs()
无参构造函数
Declaration
public UpdateBoxArgs()
UpdateBoxArgs(String, String)
构造函数
Declaration
public UpdateBoxArgs(string boxNo, string alias)
Parameters
Type | Name | Description |
---|---|---|
String | boxNo | 盒子编码 |
String | alias |
Properties
Alias
盒子名称
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
String |
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |