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
Inheritance
System.Object
Name

Fields

View Source

Addition

Middle name.

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

ContactId

Contacts ID that the name record belongs to.

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

First

First name.

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

Id

Database record ID of the name.

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

Last

Last name.

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

PhoneticFirst

Pronounce the first name.

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

PhoneticLast

Pronounce the last name.

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

PhoneticMiddle

Pronounce the middle name.

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

Prefix

Prefix.

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

Suffix

Suffix.

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

Uri

Identifier of this contacts name view.

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