The methods of MonoMac.AddressBook.ABAddressBook are listed below. For a list of all members, see the ABAddressBook Members list.
See Also: Inherited members from System.Object
Add(ABRecord)Adds a record to the address book. | ||
static | Create(out MonoMac.Foundation.NSError)Documentation for this section has not yet been entered. | |
Dispose()Releases the resourced used by the ABAddressBook object. | ||
Finalize()Finalizer for the ABAddressBook object | ||
GetAllSources()Returns all of the addresbook sources available on the system. | ||
static | GetAuthorizationStatus()Documentation for this section has not yet been entered. | |
GetDefaultSource()Returns the default addressbook source for the system. | ||
GetEnumerator()Returns an enumerator that iterates through all records and groups in the address book. | ||
GetGroup(int)Returns the MonoMac.AddressBook.ABGroup with the given record ID. | ||
GetGroups()Gets all groups in the address book. | ||
GetGroups(ABRecord)Documentation for this section has not yet been entered. | ||
GetPeople()Gets all people in the address book. | ||
GetPeople(ABRecord)Documentation for this section has not yet been entered. | ||
GetPeople(ABRecord, ABPersonSortBy)Documentation for this section has not yet been entered. | ||
GetPeopleWithName(string)Gets all MonoMac.AddressBook.ABPerson array containing all records with a matching name. | ||
GetPerson(int)Returns the MonoMac.AddressBook.ABPerson with the given record ID. | ||
GetSource(int)Returns a specific addressbook source | ||
static | LocalizedLabel(MonoMac.Foundation.NSString)Localize a record-property label into the current UI language. | |
Remove(ABRecord)Removes a record from the address book. | ||
RequestAccess(Action<bool, MonoMac.Foundation.NSError>)Documentation for this section has not yet been entered. | ||
Revert()Discards unsaved changes to the address book. | ||
Save()Saves unsaved changes made to the current instance to the global Address Book database. | ||
Dispose(bool)Releases the resourced used by the ABAddressBook object. | ||
OnExternalChange(ExternalChangeEventArgs)Raises the ABAddressBook.ExternalChange event. | ||