MonoTouch.AddressBook.ABPerson: Method Members

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

See Also: Inherited members from MonoTouch.AddressBook.ABRecord

Public Methods

CompareTo(ABPerson) : int
Compares this instance with the specified MonoTouch.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 MonoTouch.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, MonoTouch.Foundation.NSData) : ABPerson[]
Documentation for this section has not yet been entered.
GetAddresses() : ABMultiValue<MonoTouch.Foundation.NSDictionary>
Gets the MonoTouch.AddressBook.ABPerson's addresses.
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<MonoTouch.Foundation.NSDate>
Gets the MonoTouch.AddressBook.ABPerson's dates.
GetEmails() : ABMultiValue<string>
Gets the MonoTouch.AddressBook.ABPerson's email addresses.
GetImage(ABPersonImageFormat) : MonoTouch.Foundation.NSData
Documentation for this section has not yet been entered.
GetInstantMessages() : ABMultiValue<MonoTouch.Foundation.NSDictionary>
Gets the MonoTouch.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 MonoTouch.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 MonoTouch.AddressBook.ABPerson's related names.
GetSocialProfile() : ABMultiValue<MonoTouch.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 MonoTouch.AddressBook.ABPerson's URLs.
static
GetVCards(params ABPerson[]) : MonoTouch.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 MonoTouch.AddressBook.ABPerson's picture.
SetAddresses(ABMultiValue<PersonAddress>)
Documentation for this section has not yet been entered.
SetAddresses(ABMultiValue<MonoTouch.Foundation.NSDictionary>)
Sets the MonoTouch.AddressBook.ABPerson's new addresses.
SetDates(ABMultiValue<MonoTouch.Foundation.NSDate>)
Sets the MonoTouch.AddressBook.ABPerson's new dates.
SetEmails(ABMultiValue<string>)
Sets the MonoTouch.AddressBook.ABPerson's new email addresses.
SetInstantMessages(ABMultiValue<InstantMessageService>)
Documentation for this section has not yet been entered.
SetInstantMessages(ABMultiValue<MonoTouch.Foundation.NSDictionary>)
Sets the MonoTouch.AddressBook.ABPerson's new instant messaging services.
SetPhones(ABMultiValue<string>)
Sets the MonoTouch.AddressBook.ABPerson's new phone numbers.
SetRelatedNames(ABMultiValue<string>)
Sets the MonoTouch.AddressBook.ABPerson's new related names.
SetSocialProfile(ABMultiValue<SocialProfile>)
Documentation for this section has not yet been entered.
SetSocialProfile(ABMultiValue<MonoTouch.Foundation.NSDictionary>)
Documentation for this section has not yet been entered.
SetUrls(ABMultiValue<string>)
Sets the MonoTouch.AddressBook.ABPerson's new URLs.