Class BoxLocationEventArgs
SignalR推送的地址位置
Inheritance
System.Object
System.EventArgs
BoxLocationEventArgs
Inherited Members
System.EventArgs.Empty
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.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 |
---|---|---|
System.Int64 | boxId | |
System.String | boxNo | |
System.Double | latitude | |
System.Double | longitude | |
System.Int32 | radius | |
System.String | address |
Properties
Address
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BoxId
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 |
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 |
Radius
Declaration
public int Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |