Class BoxLocation
Inheritance
System.Object
BoxLocation
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 BoxLocation
Properties
Address
地址
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BoxId
盒子Id
Declaration
public long BoxId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
BoxNo
盒子号码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellId
Declaration
public int CellId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Lac
Declaration
public int Lac { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Latitude
纬度
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
经度
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MCC
Declaration
public int MCC { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MNC
Declaration
public int MNC { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Radius
误差距离
Declaration
public int Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |