Class BoxGroupDto
仅用于解析 boxgrouped接口
Inheritance
System.Object
BoxGroupDto
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.Entity
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BoxGroupDto
Constructors
BoxGroupDto()
Declaration
public BoxGroupDto()
Properties
BoxRegs
Declaration
public IList<BoxRegistrationDto> BoxRegs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<BoxRegistrationDto> |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |