AddressBook.ABPerson: Method Members

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

See Also: Inherited members from AddressBook.ABRecord

Public Methods

CompareTo(ABPerson) : int
Compares this instance with the specified 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 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, Foundation.NSData) : ABPerson[]
Documentation for this section has not yet been entered.
GetAllAddresses() : ABMultiValue<PersonAddress>
Documentation for this section has not yet been entered.
static
GetCompositeNameDelimiter(ABRecord) : string
Documentation for this section has not yet been entered.
static
GetCompositeNameFormat(ABRecord) : ABPersonCompositeNameFormat
Documentation for this section has not yet been entered.
GetDates() : ABMultiValue<Foundation.NSDate>
Gets the AddressBook.ABPerson's dates.
GetEmails() : ABMultiValue<string>
Gets the AddressBook.ABPerson's email addresses.
GetImage(ABPersonImageFormat) : Foundation.NSData
Documentation for this section has not yet been entered.
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 AddressBook.ABPerson's phone numbers.
GetProperty(ABPersonProperty) : object
Gets the specified property.
static
GetPropertyType(ABPersonProperty) : ABPropertyType
Gets the type of the property property.
static
GetPropertyType(int) : ABPropertyType
Gets the type of the property propertyId.
GetRelatedNames() : ABMultiValue<string>
Gets the AddressBook.ABPerson's related names.
GetSocialProfiles() : ABMultiValue<SocialProfile>
Documentation for this section has not yet been entered.
GetUrls() : ABMultiValue<string>
Gets the AddressBook.ABPerson's URLs.
static
GetVCards(params ABPerson[]) : Foundation.NSData
Documentation for this section has not yet been entered.
static
LocalizedPropertyName(ABPersonProperty) : string
Gets the localized name of a property.
static
LocalizedPropertyName(int) : string
Gets the localized name of a propertyId.
RemoveImage()
Removes a AddressBook.ABPerson's picture.
SetAddresses(ABMultiValue<PersonAddress>)
Documentation for this section has not yet been entered.
SetAddresses(ABMultiValue<Foundation.NSDictionary>)
Sets the AddressBook.ABPerson's new addresses.
SetDates(ABMultiValue<Foundation.NSDate>)
Sets the AddressBook.ABPerson's new dates.
SetEmails(ABMultiValue<string>)
Sets the AddressBook.ABPerson's new email addresses.
SetInstantMessages(ABMultiValue<InstantMessageService>)
Documentation for this section has not yet been entered.
SetInstantMessages(ABMultiValue<Foundation.NSDictionary>)
Sets the AddressBook.ABPerson's new instant messaging services.
SetPhones(ABMultiValue<string>)
Sets the AddressBook.ABPerson's new phone numbers.
SetRelatedNames(ABMultiValue<string>)
Sets the AddressBook.ABPerson's new related names.
SetSocialProfile(ABMultiValue<SocialProfile>)
Documentation for this section has not yet been entered.
SetSocialProfile(ABMultiValue<Foundation.NSDictionary>)
Documentation for this section has not yet been entered.
SetUrls(ABMultiValue<string>)
Sets the AddressBook.ABPerson's new URLs.