Class ContactNumber

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Describes the properties of a ContactNumber record.

C#
Copy
public static class ContactNumber : object
Inheritance
ContactNumber
Remarks

Read-only view.

Fields

View Source

AddressBookId

AddressBook ID that the number belongs to.

Declaration
C#
Copy
public const uint AddressBookId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

CleanedNumber

You can only use this property for the search filter.

Declaration
C#
Copy
public const uint CleanedNumber = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ContactId

Contact ID that the number belongs to.

Declaration
C#
Copy
public const uint ContactId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DisplayName

Display name of the contact that the number belongs to.

Declaration
C#
Copy
public const uint DisplayName = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DisplaySourceType

The source type of the display name, refer to the Contact.DisplayNameSourceType (projection).

Declaration
C#
Copy
public const uint DisplaySourceType = null
Field Value
Type Description
UInt32
API Level: 4
View Source

IsDefault

The number is the default number or not.

Declaration
C#
Copy
public const uint IsDefault = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Label

Custom number type label, when the number type is Number.Types.Custom (projection).

Declaration
C#
Copy
public const uint Label = null
Field Value
Type Description
UInt32
API Level: 4
View Source

NormalizedNumber

You can only use this property for the search filter.

Declaration
C#
Copy
public const uint NormalizedNumber = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Number

Number.

Declaration
C#
Copy
public const uint Number = null
Field Value
Type Description
UInt32
API Level: 4
View Source

NumberFilter

If you add a filter with this property, the string will be normalized as the minimal match length internally and the match rule will be applied ContactsFilter.StringMatchType.Exactly.

Declaration
C#
Copy
public const uint NumberFilter = null
Field Value
Type Description
UInt32
API Level: 4
View Source

NumberId

Database record ID of the number.

Declaration
C#
Copy
public const uint NumberId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

PersonId

Person ID that the number belongs to.

Declaration
C#
Copy
public const uint PersonId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

RingtonePath

Ringtone path that the number belongs to (projection).

Declaration
C#
Copy
public const uint RingtonePath = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ThumbnailPath

Image thumbnail path that the number belongs to (projection).

Declaration
C#
Copy
public const uint ThumbnailPath = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Type

Number type, refer to the Number.Types (projection).

Declaration
C#
Copy
public const uint Type = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uri

Identifier of this contacts number view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4