Class BoxGroup
盒子组别
Inheritance
Object
BoxGroup
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 BoxGroup
Constructors
BoxGroup()
构造函数
Declaration
public BoxGroup()
BoxGroup(Int64, String, IList<Box>)
构造函数
Declaration
public BoxGroup(long uid, string name, IList<Box> boxes)
Parameters
Type | Name | Description |
---|---|---|
Int64 | uid | 盒子组别UID |
String | name | 盒子组别名称 |
IList<Box> | boxes | 盒子列表 |
Properties
Boxes
盒子列表
Declaration
public IList<Box> Boxes { get; set; }
Property Value
Type | Description |
---|---|
IList<Box> |
Name
盒子组别名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Uid
盒子组别UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |