C# Class com.openrest.v1_1.Address

显示文件 Open project: wix/openrest4net Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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 method

public Address ( ) : System
return System

Address() public method

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
return System

GetStreetAddress() public method

public GetStreetAddress ( bool useCountry ) : string
useCountry bool
return string

Property Details

apt public_oe property

public string apt
return string

city public_oe property

public string city
return string

comment public_oe property

public string comment
return string

country public_oe property

public string country
return string

countryCode public_oe property

public string countryCode
return string

entrance public_oe property

public string entrance
return string

floor public_oe property

public string floor
return string

formatted public_oe property

public string formatted
return string

latLng public_oe property

public LatLng,com.openrest.v1_1 latLng
return LatLng

number public_oe property

public string number
return string

postalCode public_oe property

public string postalCode
return string

street public_oe property

public string street
return string