C# Class com.openrest.v1_1.Address

Afficher le fichier Open project: wix/openrest4net Class Usage Examples

Méthodes publiques

Свойство Type Description
apt string
city string
comment string
country string
countryCode string
entrance string
floor string
formatted string
latLng LatLng
number string
postalCode string
street string

Méthodes publiques

Méthode Description
Address ( ) : System
Address ( string formatted, string country, string city, string street, string number, string apt, string floor, string entrance, string comment, LatLng latLng, string countryCode, string postalCode ) : System
GetStreetAddress ( bool useCountry ) : string

Method Details

Address() public méthode

public Address ( ) : System
Résultat System

Address() public méthode

public Address ( string formatted, string country, string city, string street, string number, string apt, string floor, string entrance, string comment, LatLng latLng, string countryCode, string postalCode ) : System
formatted string
country string
city string
street string
number string
apt string
floor string
entrance string
comment string
latLng LatLng
countryCode string
postalCode string
Résultat System

GetStreetAddress() public méthode

public GetStreetAddress ( bool useCountry ) : string
useCountry bool
Résultat string

Property Details

apt public_oe property

public string apt
Résultat string

city public_oe property

public string city
Résultat string

comment public_oe property

public string comment
Résultat string

country public_oe property

public string country
Résultat string

countryCode public_oe property

public string countryCode
Résultat string

entrance public_oe property

public string entrance
Résultat string

floor public_oe property

public string floor
Résultat string

formatted public_oe property

public string formatted
Résultat string

latLng public_oe property

public LatLng,com.openrest.v1_1 latLng
Résultat LatLng

number public_oe property

public string number
Résultat string

postalCode public_oe property

public string postalCode
Résultat string

street public_oe property

public string street
Résultat string