Class Nickname

Definition

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

Describes the properties of a Nickname record.

C#
Copy
public static class Nickname
Inheritance
System.Object
Nickname

Fields

View Source

ContactId

Contact ID that the nickname belongs to.

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

Id

Database record ID of the nickname.

Declaration
C#
Copy
public const uint Id = 27398144U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Name

Nickname.

Declaration
C#
Copy
public const uint Name = 27525122U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Uri

Identifier of this contacts nickname view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.nickname"
Field Value
Type Description
System.String
API Level: 4