Class Company

Definition

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

Describes the properties of a Company record.

C#
Copy
public static class Company : object
Inheritance
Company

Fields

View Source

AssistantName

Assistant name.

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

ContactId

Contact ID that the company belongs to.

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

Department

Department.

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

Description

Description.

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

Id

Database record ID of the company.

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

JobTitle

Job title.

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

Label

Custom company type label, when the company type is TypeValue.Custom.

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

Location

Company location.

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

Company logo image file path.

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

Name

Company name.

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

PhoneticName

Pronounce the company name.

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

Role

Role.

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

Type

Company type, refer to the TypeValue.

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

Uri

Identifier of this contacts company view.

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