Class BoxGroup
盒子组别
Inheritance
System.Object
BoxGroup
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 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 |
---|---|---|
System.Int64 | uid | 盒子组别UID |
System.String | name | 盒子组别名称 |
System.Collections.Generic.IList<Box> | boxes | 盒子列表 |
Properties
Boxes
盒子列表
Declaration
public IList<Box> Boxes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Box> |
Name
盒子组别名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uid
盒子组别UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |