C# Class Apex.System.Address

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_system_Address.htm#apex_class_system_Address
Afficher le fichier Open project: jayonsoftware/apexsharp

Méthodes publiques

Méthode Description
Address ( )
getCity ( ) : string
getCountry ( ) : string
getCountryCode ( ) : string
getDistance ( Apex.System.Location other, string unit ) : double
getGeocodeAccuracy ( ) : string
getLatitude ( ) : double
getLongitude ( ) : double
getPostalCode ( ) : string
getState ( ) : string
getStateCode ( ) : string
getStreet ( ) : string

Method Details

Address() public méthode

public Address ( )

getCity() public méthode

public getCity ( ) : string
Résultat string

getCountry() public méthode

public getCountry ( ) : string
Résultat string

getCountryCode() public méthode

public getCountryCode ( ) : string
Résultat string

getDistance() public méthode

public getDistance ( Apex.System.Location other, string unit ) : double
other Apex.System.Location
unit string
Résultat double

getGeocodeAccuracy() public méthode

public getGeocodeAccuracy ( ) : string
Résultat string

getLatitude() public méthode

public getLatitude ( ) : double
Résultat double

getLongitude() public méthode

public getLongitude ( ) : double
Résultat double

getPostalCode() public méthode

public getPostalCode ( ) : string
Résultat string

getState() public méthode

public getState ( ) : string
Résultat string

getStateCode() public méthode

public getStateCode ( ) : string
Résultat string

getStreet() public méthode

public getStreet ( ) : string
Résultat string