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