Class BoxLocationEventArgs
SignalR推送的地址位置
Inheritance
Object
EventArgs
BoxLocationEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.SignalREventArgs
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BoxLocationEventArgs : EventArgs
Constructors
BoxLocationEventArgs(Int64, String, Double, Double, Int32, String)
构造函数
Declaration
public BoxLocationEventArgs(long boxId, string boxNo, double latitude, double longitude, int radius, string address)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | boxId | |
| String | boxNo | |
| Double | latitude | |
| Double | longitude | |
| Int32 | radius | |
| String | address |
Properties
Address
SignalR推送的地址位置
Declaration
public string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
BoxId
SignalR推送的地址位置
Declaration
public long BoxId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |
BoxNo
SignalR推送的地址位置
Declaration
public string BoxNo { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Latitude
SignalR推送的地址位置
Declaration
public double Latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |
Longitude
SignalR推送的地址位置
Declaration
public double Longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |
Radius
SignalR推送的地址位置
Declaration
public int Radius { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |