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