ABRecord Class

Definition

Base type for ABGroup and ABPerson.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public abstract class ABRecord : IDisposable, ObjCRuntime.INativeObject
type ABRecord = class
    interface INativeObject
    interface IDisposable
Inheritance
ABRecord
Derived
Attributes
Implements

Remarks

Supported operations:

  • Getting record information: Id, Type. :

Fields

InvalidPropertyId

An invalid value for a property id.

InvalidRecordId

An invalid value for a record id.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

Id

Gets the unique ID of the record.

Type

Gets the type of the record.

Methods

Dispose()

Releases the resources used by the ABRecord object.

Dispose(Boolean)

Releases the resources used by the ABRecord object.

Finalize()

Finalizer for the ABRecord object

FromHandle(IntPtr)
ToString()

Returns the composite name of the ABRecord.

Applies to