Class FBox
Inheritance
System.Object
FBox
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 FBox
Properties
BoxNo
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
CurrentSessionId
Declaration
public int CurrentSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
UserPassword
Declaration
public string UserPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |