MonoMac.AddressBook.ABGroup Members

The members of MonoMac.AddressBook.ABGroup are listed below.

See Also: Inherited members from MonoMac.AddressBook.ABRecord

Public Constructors

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

Public Properties

Namestring. The name of the group.
[read-only]
SourceABRecord. Documentation for this section has not yet been entered.

Public Methods

Add(ABRecord)
Adds a MonoMac.AddressBook.ABRecord to the group.
GetEnumerator() : IEnumerator<ABRecord>
Returns an enumerator that iterates through all members in the group.
GetMembers(ABPersonSortBy) : ABRecord[]
Returns the group members sorted by the specified sortOrdering.
Remove(ABRecord)
Removes member from the group.

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator Returns an enumerator that iterates through all members in the group.