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
CompareTo(ABPerson)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)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)Documentation for this section has not yet been entered. | |
GetAllAddresses()Documentation for this section has not yet been entered. | ||
static | GetCompositeNameDelimiter(ABRecord)Documentation for this section has not yet been entered. | |
static | GetCompositeNameFormat(ABRecord)Documentation for this section has not yet been entered. | |
GetDates()Gets the AddressBook.ABPerson's dates. | ||
GetEmails()Gets the AddressBook.ABPerson's email addresses. | ||
GetImage(ABPersonImageFormat)Documentation for this section has not yet been entered. | ||
GetInstantMessageServices()Documentation for this section has not yet been entered. | ||
GetLinkedPeople()Documentation for this section has not yet been entered. | ||
GetPhones()Gets the AddressBook.ABPerson's phone numbers. | ||
GetProperty(ABPersonProperty)Gets the specified property. | ||
static | GetPropertyType(ABPersonProperty)Gets the type of the property property. | |
static | GetPropertyType(int)Gets the type of the property propertyId. | |
GetRelatedNames()Gets the AddressBook.ABPerson's related names. | ||
GetSocialProfiles()Documentation for this section has not yet been entered. | ||
GetUrls()Gets the AddressBook.ABPerson's URLs. | ||
static | GetVCards(params ABPerson[])Documentation for this section has not yet been entered. | |
static | LocalizedPropertyName(ABPersonProperty)Gets the localized name of a property. | |
static | LocalizedPropertyName(int)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. | ||