C# Class WPCordovaClassLib.Cordova.Commands.Contacts

Inheritance: BaseCommand
Afficher le fichier Open project: CanterburyRegionalCouncil/CanterburyMaps_WinPhone8

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ContactSaveTaskCompleted() public méthode

public ContactSaveTaskCompleted ( object sender, SaveContactResult e ) : void
sender object
e SaveContactResult
Résultat void

Contacts() public méthode

public Contacts ( ) : System
Résultat System

postAdd_SearchCompleted() public méthode

public postAdd_SearchCompleted ( object sender, ContactsSearchEventArgs e ) : void
sender object
e ContactsSearchEventArgs
Résultat void

remove() public méthode

public remove ( string id ) : void
id string
Résultat void

save() public méthode

public save ( string jsonContact ) : void
jsonContact string
Résultat void

search() public méthode

public search ( string searchCriteria ) : void
searchCriteria string
Résultat void