Class BoxRegisterArgs
盒子注册事件参数
Inheritance
Object
EventArgs
BoxRegisterArgs
Inherited Members
EventArgs.Empty
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 BoxRegisterArgs : EventArgs
Constructors
BoxRegisterArgs(String, String, String)
构造函数
Declaration
public BoxRegisterArgs(string boxNo, string boxId, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | boxNo | 盒子编码 |
| String | boxId | 盒子Id |
| String | name | 名称 |
Properties
BoxId
盒子Id
Declaration
public string BoxId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Name
名称
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |