Class BoxRegistration
Inheritance
Object
BoxRegistration
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 BoxRegistration
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
String |
Box
Declaration
public FBox Box { get; set; }
Property Value
Type | Description |
---|---|
FBox |
BoxUid
Declaration
public long BoxUid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Group
Declaration
[JsonProperty("group")]
public BoxGroupEntity Group { get; set; }
Property Value
Type | Description |
---|---|
BoxGroupEntity |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |