ABPerson
ABPerson()
ABPerson(ABRecord)
Birthday
CompositeNameFormat
CreationDate
Department
FirstName
FirstNamePhonetic
HasImage
Image
JobTitle
LastName
LastNamePhonetic
MiddleName
MiddleNamePhonetic
ModificationDate
Nickname
Note
Organization
PersonKind
Prefix
SortOrdering
Source
Suffix
CompareTo(ABPerson)
CompareTo(ABPerson, ABPersonSortBy)
CreateFromVCard(ABRecord, NSData)
GetAllAddresses()
GetCompositeNameDelimiter(ABRecord)
GetCompositeNameFormat(ABRecord)
GetDates()
GetEmails()
GetImage(ABPersonImageFormat)
GetInstantMessageServices()
GetLinkedPeople()
GetPhones()
GetProperty(ABPersonProperty)
GetPropertyType(ABPersonProperty)
GetPropertyType(Int32)
GetRelatedNames()
GetSocialProfiles()
GetUrls()
GetVCards(ABPerson[])
LocalizedPropertyName(ABPersonProperty)
LocalizedPropertyName(Int32)
RemoveImage()
SetAddresses(ABMultiValue<NSDictionary>)
SetAddresses(ABMultiValue<PersonAddress>)
SetDates(ABMultiValue<NSDate>)
SetEmails(ABMultiValue<String>)
SetInstantMessages(ABMultiValue<InstantMessageService>)
SetInstantMessages(ABMultiValue<NSDictionary>)
SetPhones(ABMultiValue<String>)
SetRelatedNames(ABMultiValue<String>)
SetSocialProfile(ABMultiValue<NSDictionary>)
SetSocialProfile(ABMultiValue<SocialProfile>)
SetUrls(ABMultiValue<String>)
xamarinios
namespace AddressBook
{
[Deprecated(PlatformName.iOS, 9, 0, PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ABPerson : ABRecord, IComparable, IComparable<ABPerson>
{
public static string LocalizedPropertyName(int propertyId);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API