C# 클래스 Apex.System.Address

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_system_Address.htm#apex_class_system_Address
파일 보기 프로젝트 열기: jayonsoftware/apexsharp

공개 메소드들

메소드 설명
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

메소드 상세

Address() 공개 메소드

public Address ( )

getCity() 공개 메소드

public getCity ( ) : string
리턴 string

getCountry() 공개 메소드

public getCountry ( ) : string
리턴 string

getCountryCode() 공개 메소드

public getCountryCode ( ) : string
리턴 string

getDistance() 공개 메소드

public getDistance ( Apex.System.Location other, string unit ) : double
other Apex.System.Location
unit string
리턴 double

getGeocodeAccuracy() 공개 메소드

public getGeocodeAccuracy ( ) : string
리턴 string

getLatitude() 공개 메소드

public getLatitude ( ) : double
리턴 double

getLongitude() 공개 메소드

public getLongitude ( ) : double
리턴 double

getPostalCode() 공개 메소드

public getPostalCode ( ) : string
리턴 string

getState() 공개 메소드

public getState ( ) : string
리턴 string

getStateCode() 공개 메소드

public getStateCode ( ) : string
리턴 string

getStreet() 공개 메소드

public getStreet ( ) : string
리턴 string