Class BoxDto
Inheritance
Object
BoxDto
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 BoxDto
Constructors
BoxDto()
Declaration
public BoxDto()
Properties
BoxNo
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
BoxType
Declaration
public BoxTypes BoxType { get; set; }
Property Value
Type | Description |
---|---|
BoxTypes |
CommServer
Declaration
[JsonProperty("cs")]
public CommServer CommServer { get; set; }
Property Value
Type | Description |
---|---|
CommServer |
ConnectionState
Declaration
public BoxConnectionState ConnectionState { get; set; }
Property Value
Type | Description |
---|---|
BoxConnectionState |
Disabled
Declaration
[JsonProperty("disabled")]
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Memo
Declaration
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
String |
NetworkType
Declaration
[JsonProperty("net")]
public NetworkTypes NetworkType { get; set; }
Property Value
Type | Description |
---|---|
NetworkTypes |