Class Company

    Definition

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

    Describes the properties of a Company record.

    public static class Company
    Inheritance
    object
    Company

    Fields

    View Source

    AssistantName

    Assistant name.

    Declaration
    public const uint AssistantName
    Field Value
    Type Description
    uint
    View Source

    ContactId

    Contact ID that the company belongs to.

    Declaration
    public const uint ContactId
    Field Value
    Type Description
    uint
    View Source

    Department

    Department.

    Declaration
    public const uint Department
    Field Value
    Type Description
    uint
    View Source

    Description

    Description.

    Declaration
    public const uint Description
    Field Value
    Type Description
    uint
    View Source

    Id

    Database record ID of the company.

    Declaration
    public const uint Id
    Field Value
    Type Description
    uint
    View Source

    JobTitle

    Job title.

    Declaration
    public const uint JobTitle
    Field Value
    Type Description
    uint
    View Source

    Label

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

    Declaration
    public const uint Label
    Field Value
    Type Description
    uint
    View Source

    Location

    Company location.

    Declaration
    public const uint Location
    Field Value
    Type Description
    uint
    View Source

    Logo

    Company logo image file path.

    Declaration
    public const uint Logo
    Field Value
    Type Description
    uint
    View Source

    Name

    Company name.

    Declaration
    public const uint Name
    Field Value
    Type Description
    uint
    View Source

    PhoneticName

    Pronounce the company name.

    Declaration
    public const uint PhoneticName
    Field Value
    Type Description
    uint
    View Source

    Role

    Role.

    Declaration
    public const uint Role
    Field Value
    Type Description
    uint
    View Source

    Type

    Company type, refer to the TypeValue.

    Declaration
    public const uint Type
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this contacts company view.

    Declaration
    public const string Uri
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX