class DMAppointment


Base class:

AbstractProfile

Implemented interfaces:

INotifyPropertyChanged
IAbstractProfile
IDMAppointment
IExtendedAppointment
IAppointment
ICalendarEvent
IExtendedCalendarEvent

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DMAppointment ()


DMAppointment (IExtendedAppointment appointment, IProfile profile)


DMAppointment (IAppointment appointment, IProfile profile)


Properties

Boolean AllDay { get; set; }


Guid AppointmentId { get; set; }


List<Attendee> Attendees { get; set; }


Guid CalendarId { get; set; }


Int32? ClassTypeId { get; set; }


String Description { get; set; }


List<FieldGeneric> Fields { get; }


DateTime From { get; set; }


Boolean HasProfile { get; }


Guid? IdGanttTask { get; set; }


DateTime InsertDt { get; set; }


DateTime LastUpdate { get; set; }


Guid? ObjectId { get; set; }


Boolean Private { get; set; }


IProfile Profile { get; set; }


Recurrence Recurrence { get; set; }


List<RecurrenceException> RecurrenceExceptions { get; set; }


Int32 SecurityIdentityOwnerId { get; set; }


EAppointmentStatus Status { get; set; }


String Title { get; set; }


DateTime To { get; set; }


Int32? World { get; set; }