Class AddBoxGroupArgs
新增盒子组别参数
Inheritance
System.Object
AddBoxGroupArgs
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 AddBoxGroupArgs
Constructors
AddBoxGroupArgs()
无参构造函数
Declaration
public AddBoxGroupArgs()
AddBoxGroupArgs(String)
构造函数
Declaration
public AddBoxGroupArgs(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | 盒子组别名称 |
Properties
Name
盒子组别名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |