MonoMac.AddressBook.ABPerson: Method Members

The methods of MonoMac.AddressBook.ABPerson are listed below. For a list of all members, see the ABPerson Members list.

See Also: Inherited members from MonoMac.AddressBook.ABRecord

Public Methods

CompareTo(ABPerson) : int
Compares this instance with the specified MonoMac.AddressBook.ABPerson and returns an integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as other.
CompareTo(ABPerson, ABPersonSortBy) : int
Compares this instance with the specified MonoMac.AddressBook.ABPerson and returns an integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as other (as controlled by ordering).
static
CreateFromVCard(ABRecord, MonoMac.Foundation.NSData) : ABPerson[]
Documentation for this section has not yet been entered.
GetAddresses() : ABMultiValue<MonoMac.Foundation.NSDictionary>
Gets the MonoMac.AddressBook.ABPerson's addresses.
GetAllAddresses() : ABMultiValue<PersonAddress>
Documentation for this section has not yet been entered.
GetDates() : ABMultiValue<MonoMac.Foundation.NSDate>
Gets the MonoMac.AddressBook.ABPerson's dates.
GetEmails() : ABMultiValue<string>
Gets the MonoMac.AddressBook.ABPerson's email addresses.
GetImage(ABPersonImageFormat) : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
GetInstantMessages() : ABMultiValue<MonoMac.Foundation.NSDictionary>
Gets the MonoMac.AddressBook.ABPerson's instant message services.
GetInstantMessageServices() : ABMultiValue<InstantMessageService>
Documentation for this section has not yet been entered.
GetLinkedPeople() : ABPerson[]
Documentation for this section has not yet been entered.
GetPhones() : ABMultiValue<string>
Gets the MonoMac.AddressBook.ABPerson's phone numbers.
GetProperty(ABPersonProperty) : object
Gets the specified property.
static
GetPropertyType(ABPersonProperty) : ABPropertyType
Gets the type of the property property.
GetRelatedNames() : ABMultiValue<string>
Gets the MonoMac.AddressBook.ABPerson's related names.
GetSocialProfile() : ABMultiValue<MonoMac.Foundation.NSDictionary>
Documentation for this section has not yet been entered.
GetSocialProfiles() : ABMultiValue<SocialProfile>
Documentation for this section has not yet been entered.
GetUrls() : ABMultiValue<string>
Gets the MonoMac.AddressBook.ABPerson's URLs.
static
GetVCards(params ABPerson[]) : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
static
LocalizedPropertyName(ABPersonProperty) : string
Gets the localized name of a property.
RemoveImage()
Removes a MonoMac.AddressBook.ABPerson's picture.
SetAddresses(ABMultiValue<PersonAddress>)
Documentation for this section has not yet been entered.
SetAddresses(ABMultiValue<MonoMac.Foundation.NSDictionary>)
Sets the MonoMac.AddressBook.ABPerson's new addresses.
SetDates(ABMultiValue<MonoMac.Foundation.NSDate>)
Sets the MonoMac.AddressBook.ABPerson's new dates.
SetEmails(ABMultiValue<string>)
Sets the MonoMac.AddressBook.ABPerson's new email addresses.
SetInstantMessages(ABMultiValue<InstantMessageService>)
Documentation for this section has not yet been entered.
SetInstantMessages(ABMultiValue<MonoMac.Foundation.NSDictionary>)
Sets the MonoMac.AddressBook.ABPerson's new instant messaging services.
SetPhones(ABMultiValue<string>)
Sets the MonoMac.AddressBook.ABPerson's new phone numbers.
SetRelatedNames(ABMultiValue<string>)
Sets the MonoMac.AddressBook.ABPerson's new related names.
SetSocialProfile(ABMultiValue<SocialProfile>)
Documentation for this section has not yet been entered.
SetSocialProfile(ABMultiValue<MonoMac.Foundation.NSDictionary>)
Documentation for this section has not yet been entered.
SetUrls(ABMultiValue<string>)
Sets the MonoMac.AddressBook.ABPerson's new URLs.