Class Relationship

    Definition

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

    Describes the properties of a Relationship record.

    public static class Relationship
    Inheritance
    object
    Relationship

    Fields

    View Source

    ContactId

    Contact ID that the relationship belongs to.

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

    Id

    Database record ID of the relationship.

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

    Label

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

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

    Name

    Selected contact name that the relationship belongs to.

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

    Type

    Relationship type, refer to the TypeValue.

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

    Uri

    Identifier of this relationship view.

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