AddressBook.ABPerson Members

The members of AddressBook.ABPerson are listed below.

See Also: Inherited members from AddressBook.ABRecord

Public Constructors

Constructs and initializes a AddressBook.ABPerson instance.
Documentation for this section has not yet been entered.

Public Properties

BirthdayFoundation.NSDate. Gets or sets the AddressBook.ABPerson's birthday.
[read-only]
static
CompositeNameFormatABPersonCompositeNameFormat. Gets the person-name display format.
CreationDateFoundation.NSDate. Gets or sets the record's creation date.
Departmentstring. Gets or sets the AddressBook.ABPerson's department.
FirstNamestring. Gets or sets the AddressBook.ABPerson's first name.
FirstNamePhoneticstring. Gets or sets AddressBook.ABPerson's first name phonetic pronounciation.
[read-only]
HasImagebool. Gets a value indicating whether the AddressBook.ABPerson has a picture.
ImageFoundation.NSData. Gets or sets the AddressBook.ABPerson's picture.
JobTitlestring. Gets or sets the AddressBook.ABPerson's job title.
LastNamestring. Gets or sets the AddressBook.ABPerson's last name.
LastNamePhoneticstring. Gets or sets the AddressBook.ABPerson's last name phonetic pronounciation.
MiddleNamestring. Gets or sets the AddressBook.ABPerson's middle name.
MiddleNamePhoneticstring. Gets or sets the AddressBook.ABPerson's middle name phonetic pronounciation.
ModificationDateFoundation.NSDate. Gets or sets the AddressBook.ABPerson's modification date.
Nicknamestring. Gets or sets the AddressBook.ABPerson's nickname.
Notestring. Gets or sets the AddressBook.ABPerson's note.
Organizationstring. Gets or sets the AddressBook.ABPerson's organization.
PersonKindABPersonKind. Gets or sets the AddressBook.ABPerson's AddressBook.ABPersonKind.
Prefixstring. Gets or sets the AddressBook.ABPerson's prefix.
[read-only]
static
SortOrderingABPersonSortBy. Gets the user's sort ordering preference for lists of persons.
[read-only]
SourceABRecord. Documentation for this section has not yet been entered.
Suffixstring. Gets or sets the AddressBook.ABPerson's suffix.

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.

Explicitly Implemented Interface Members

IComparable.CompareTo 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 o.