MonoMac.AddressBook.ABAddressBook: Method Members

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

Public Methods

Add(ABRecord)
Adds a record to the address book.
static
Create(out MonoMac.Foundation.NSError) : ABAddressBook
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() : ABSource[]
Returns all of the addresbook sources available on the system.
static
GetAuthorizationStatus() : ABAuthorizationStatus
Documentation for this section has not yet been entered.
GetDefaultSource() : ABSource
Returns the default addressbook source for the system.
GetEnumerator() : IEnumerator<ABRecord>
Returns an enumerator that iterates through all records and groups in the address book.
GetGroup(int) : ABGroup
Returns the MonoMac.AddressBook.ABGroup with the given record ID.
GetGroups() : ABGroup[]
Gets all groups in the address book.
GetGroups(ABRecord) : ABGroup[]
Documentation for this section has not yet been entered.
GetPeople() : ABPerson[]
Gets all people in the address book.
GetPeople(ABRecord) : ABPerson[]
Documentation for this section has not yet been entered.
GetPeople(ABRecord, ABPersonSortBy) : ABPerson[]
Documentation for this section has not yet been entered.
GetPeopleWithName(string) : ABPerson[]
Gets all MonoMac.AddressBook.ABPerson array containing all records with a matching name.
GetPerson(int) : ABPerson
Returns the MonoMac.AddressBook.ABPerson with the given record ID.
GetSource(int) : ABSource
Returns a specific addressbook source
static
LocalizedLabel(MonoMac.Foundation.NSString) : string
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.

Protected Methods

Dispose(bool)
Releases the resourced used by the ABAddressBook object.
OnExternalChange(ExternalChangeEventArgs)
Raises the ABAddressBook.ExternalChange event.