Class Name

Definition

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

Describes the properties of a Name record.

C#
Copy
public static class Name : object
Inheritance
Name

Fields

View Source

Addition

Middle name.

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

ContactId

Contacts ID that the name record belongs to.

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

First

First name.

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

Id

Database record ID of the name.

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

Last

Last name.

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

PhoneticFirst

Pronounce the first name.

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

PhoneticLast

Pronounce the last name.

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

PhoneticMiddle

Pronounce the middle name.

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

Prefix

Prefix.

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

Suffix

Suffix.

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

Uri

Identifier of this contacts name view.

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