Method | 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 |
Method | 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 |
public ContactSaveTaskCompleted ( object sender, SaveContactResult e ) : void | ||
sender | object | |
e | SaveContactResult | |
return | void |
public postAdd_SearchCompleted ( object sender, ContactsSearchEventArgs e ) : void | ||
sender | object | |
e | ContactsSearchEventArgs | |
return | void |
public search ( string searchCriteria ) : void | ||
searchCriteria | string | |
return | void |