Class Attendee

    Definition

    Namespace:
    Tizen.Pims.Calendar.CalendarViews
    Assembly:
    Tizen.Pims.Calendar.dll

    Describes the properties of an Attendee record.

    public static class Attendee
    Inheritance
    object
    Attendee

    Fields

    View Source

    CtIndex

    CtIndex.

    Declaration
    public const uint CtIndex = 83890178
    Field Value
    Type Description
    uint
    View Source

    Cutype

    The type of attendee (refer to the CalendarTypes.Cutype).

    Declaration
    public const uint Cutype = 83890177
    Field Value
    Type Description
    uint
    View Source

    DelegateeUri

    Delegatee (DELEGATED-TO).

    Declaration
    public const uint DelegateeUri = 83894281
    Field Value
    Type Description
    uint
    View Source

    DelegatorUri

    Delegator (DELEGATED-FROM).

    Declaration
    public const uint DelegatorUri = 83894282
    Field Value
    Type Description
    uint
    View Source

    Email

    The email address of the attendee.

    Declaration
    public const uint Email = 83894277
    Field Value
    Type Description
    uint
    View Source

    Group

    Group.

    Declaration
    public const uint Group = 83894276
    Field Value
    Type Description
    uint
    View Source

    Member

    Group that the attendee belongs to.

    Declaration
    public const uint Member = 83894284
    Field Value
    Type Description
    uint
    View Source

    Name

    Attendee name.

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

    Number

    The number of the attendee.

    Declaration
    public const uint Number = 83894272
    Field Value
    Type Description
    uint
    View Source

    ParentId

    Event/TODO that the attendee belongs to.

    Declaration
    public const uint ParentId = 87035917
    Field Value
    Type Description
    uint
    View Source

    Role

    Attendee role (refer to the CalendarTypes.AttendeeRole).

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

    Rsvp

    RSVP invitation reply (one of true, false).

    Declaration
    public const uint Rsvp = 83890184
    Field Value
    Type Description
    uint
    View Source

    Status

    Attendee status (refer to the CalendarTypes.AttendeeStatus).

    Declaration
    public const uint Status = 83890183
    Field Value
    Type Description
    uint
    View Source

    Uid

    Unique identifier.

    Declaration
    public const uint Uid = 83894275
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this calendar attendee view.

    Declaration
    public const string Uri = "tizen.calendar_view.attendee"
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX