Class Location
Inheritance
System.Object
Location
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class Location
Properties
Address1
Declaration
public string Address1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Address2
Declaration
public string Address2 { get; set; }
Property Value
Type |
Description |
System.String |
|
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
County
Declaration
public string County { get; set; }
Property Value
Type |
Description |
System.String |
|
Latitude
Declaration
public double ? Latitude { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Longitude
Declaration
public double ? Longitude { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Nwszoneid
Declaration
public string Nwszoneid { get; set; }
Property Value
Type |
Description |
System.String |
|
Postalcode
Declaration
public string Postalcode { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|