Class BoxRegistrationDto
Inheritance
Object
BoxRegistrationDto
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 BoxRegistrationDto
Constructors
BoxRegistrationDto()
Declaration
public BoxRegistrationDto()
Properties
Alias
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
String |
Box
Declaration
public BoxDto Box { get; set; }
Property Value
Type | Description |
---|---|
BoxDto |
BoxId
Declaration
[JsonProperty("boxUid")]
public long BoxId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Owned
Declaration
[JsonProperty("owned")]
public bool Owned { get; set; }
Property Value
Type | Description |
---|---|
Boolean |