C# 클래스 WPCordovaClassLib.Cordova.Commands.Contacts

상속: BaseCommand
파일 보기 프로젝트 열기: CanterburyRegionalCouncil/CanterburyMaps_WinPhone8

공개 메소드들

메소드 설명
ContactSaveTaskCompleted ( object sender, SaveContactResult e ) : void
Contacts ( ) : System
postAdd_SearchCompleted ( object sender, ContactsSearchEventArgs e ) : void
remove ( string id ) : void
save ( string jsonContact ) : void
search ( string searchCriteria ) : void

비공개 메소드들

메소드 설명
FormatJSONAddresses ( Contact con ) : string
FormatJSONContact ( Contact con, string fields ) : string
FormatJSONEmails ( Contact con ) : string
FormatJSONName ( Contact con ) : string
FormatJSONPhoneNumbers ( Contact con ) : string
FormatJSONWebsites ( Contact con ) : string
contacts_SearchCompleted ( object sender, ContactsSearchEventArgs e ) : void
getFormattedJSONAddress ( ContactAddress address, bool isPrefered ) : string

메소드 상세

ContactSaveTaskCompleted() 공개 메소드

public ContactSaveTaskCompleted ( object sender, SaveContactResult e ) : void
sender object
e SaveContactResult
리턴 void

Contacts() 공개 메소드

public Contacts ( ) : System
리턴 System

postAdd_SearchCompleted() 공개 메소드

public postAdd_SearchCompleted ( object sender, ContactsSearchEventArgs e ) : void
sender object
e ContactsSearchEventArgs
리턴 void

remove() 공개 메소드

public remove ( string id ) : void
id string
리턴 void

save() 공개 메소드

public save ( string jsonContact ) : void
jsonContact string
리턴 void

search() 공개 메소드

public search ( string searchCriteria ) : void
searchCriteria string
리턴 void