Class BoxGroupDto
仅用于解析 boxgrouped接口
Inheritance
Object
BoxGroupDto
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract.Entity
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BoxGroupDto
Constructors
BoxGroupDto()
仅用于解析 boxgrouped接口
Declaration
public BoxGroupDto()
Properties
BoxRegs
仅用于解析 boxgrouped接口
Declaration
public IList<BoxRegistrationDto> BoxRegs { get; set; }
Property Value
Type | Description |
---|---|
IList<BoxRegistrationDto> |
Id
仅用于解析 boxgrouped接口
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Name
仅用于解析 boxgrouped接口
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |