Class Company

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll

Describes the properties of a Company record.

C#
Copy
public static class Company
Inheritance
object
Company

Fields

View Source

AssistantName

Assistant name.

Declaration
C#
Copy
public const uint AssistantName = 26476552
Field Value
Type Description
uint
View Source

ContactId

Contact ID that the company belongs to.

Declaration
C#
Copy
public const uint ContactId = 26345473
Field Value
Type Description
uint
View Source

Department

Department.

Declaration
C#
Copy
public const uint Department = 26476549
Field Value
Type Description
uint
View Source

Description

Description.

Declaration
C#
Copy
public const uint Description = 26476555
Field Value
Type Description
uint
View Source

Id

Database record ID of the company.

Declaration
C#
Copy
public const uint Id = 26349568
Field Value
Type Description
uint
View Source

JobTitle

Job title.

Declaration
C#
Copy
public const uint JobTitle = 26476550
Field Value
Type Description
uint
View Source

Label

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

Declaration
C#
Copy
public const uint Label = 26476547
Field Value
Type Description
uint
View Source

Location

Company location.

Declaration
C#
Copy
public const uint Location = 26476554
Field Value
Type Description
uint
View Source

Company logo image file path.

Declaration
C#
Copy
public const uint Logo = 26476553
Field Value
Type Description
uint
View Source

Name

Company name.

Declaration
C#
Copy
public const uint Name = 26476548
Field Value
Type Description
uint
View Source

PhoneticName

Pronounce the company name.

Declaration
C#
Copy
public const uint PhoneticName = 26476556
Field Value
Type Description
uint
View Source

Role

Role.

Declaration
C#
Copy
public const uint Role = 26476551
Field Value
Type Description
uint
View Source

Type

Company type, refer to the TypeValue.

Declaration
C#
Copy
public const uint Type = 26345474
Field Value
Type Description
uint
View Source

Uri

Identifier of this contacts company view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.company"
Field Value
Type Description
string