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 : object
Inheritance
Nickname

Fields

View Source

ContactId

Contact ID that the nickname belongs to.

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

Id

Database record ID of the nickname.

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

Name

Nickname.

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

Uri

Identifier of this contacts nickname view.

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