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