Namespace Tizen.Pims.Contacts

Description

The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.

Classes

ContactsDatabase

The ContactsDatabase provides methods to manage contacts information from/to the database.

ContactsFilter

A filter includes the conditions for the search.

ContactsList

A list of records with the same type.

ContactsManager

A class for managing the contact information. It allows the applications to access the contacts database.

ContactsQuery

A query is used to retrieve the data, which satisfies a given criteria.

ContactsRecord

A record represents an actual record in the database.

ContactsVcard

A class for parsing and making the vCards.

DBChangedEventArgs

Event arguments passed when the contacts database is changed.

DBStatusChangedEventArgs

Event arguments passed when the contacts database status is changed.

NameDisplayOrderChangedEventArgs

Event arguments passed when a setting value of the contacts name display order is changed.

NameSortingOrderChangedEventArgs

Event arguments passed when a setting value of the contacts name sorting order is changed.

Enums

ContactDisplayOrder

Enumeration for the name display order.

ContactsDatabase.DBStatus

Enumeration for the contacts database status.

ContactsDatabase.SearchRanges

Enumeration for the contacts search range.

ContactsFilter.IntegerMatchType

Enumeration for the filter match types of an integer.

ContactsFilter.LogicalOperator

Enumeration for a filter operator.

ContactsFilter.StringMatchType

Enumeration for the filter match types of a string.

ContactSortingOrder

Enumeration for the name sorting order.

Delegates

ParseCallback

Delegates for getting a record parsed from a vCard file.