Class PersonPhoneLog

    Definition

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

    Describes the properties of a PersonPhoneLog record.

    public static class PersonPhoneLog
    Inheritance
    object
    PersonPhoneLog
    Remarks

    Read only view

    Fields

    View Source

    Address

    Number or email that the phone log displays.

    Declaration
    public const uint Address
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    AddressFilter

    You can only use this property for the search filter.

    Declaration
    public const uint AddressFilter
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    AddressType

    Number or email type (projection).

    Declaration
    public const uint AddressType
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    CleanedAddress

    You can only use this property for the search filter.

    Declaration
    public const uint CleanedAddress
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    DisplayName

    Display name of the person.

    Declaration
    public const uint DisplayName
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    ExtraData1

    You can set the related integer data (For exmaple, message_id, email_id, or duration (seconds) of the call) (projection).

    Declaration
    public const uint ExtraData1
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    ExtraData2

    You can set the related string data (For example, short message, subject) (projection).

    Declaration
    public const uint ExtraData2
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    LogId

    Database record ID of phone log.

    Declaration
    public const uint LogId
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    LogTime

    Call end time. The value means the number of seconds since 1970-01-01 00:00:00 (UTC).

    Declaration
    public const uint LogTime
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    LogType

    Log type, refer to the PhoneLog.Types.

    Declaration
    public const uint LogType
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    NormalizedAddress

    You can only use this property for the search filter.

    Declaration
    public const uint NormalizedAddress
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    PersonId

    Database record ID of the person.

    Declaration
    public const uint PersonId
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    SimSlotNo

    It is related to the Sim SIM number. SimSlotNo 0 means the first SIM card, SimSlotNo 1 means the second SIM.

    Declaration
    public const uint SimSlotNo
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    ThumbnailPath

    Image thumbnail path of the person (projection).

    Declaration
    public const uint ThumbnailPath
    Field Value
    Type Description
    uint
    Remarks

    Read only view

    View Source

    Uri

    Identifier of this phone log view.

    Declaration
    public const string Uri
    Field Value
    Type Description
    string
    Remarks

    Read only view

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX