Class AppointmentEvent
Inheritance
AppointmentEvent
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class AppointmentEvent : CalendarEvent, ICalendarAppointmentObject
Constructors
AppointmentEvent(CalendarAppointment)
Declaration
public AppointmentEvent(CalendarAppointment appointment)
Parameters
Properties
AppointmentCanBeMoved
Declaration
public bool AppointmentCanBeMoved { get; }
Property Value
AppointmentCanBeUpdated
Declaration
public bool AppointmentCanBeUpdated { get; }
Property Value
AppointmentId
Declaration
public int AppointmentId { get; }
Property Value
CalendarClientID
Declaration
public string CalendarClientID { get; }
Property Value
Completed
Declaration
public bool Completed { get; }
Property Value
DoBy
Declaration
public string DoBy { get; }
Property Value
EndDate
Declaration
public string EndDate { get; }
Property Value
IsBooking
Declaration
public bool IsBooking { get; set; }
Property Value
IsBookingMain
Declaration
public bool IsBookingMain { get; set; }
Property Value
IsRecurrence
Declaration
public bool IsRecurrence { get; set; }
Property Value
Explicit Interface Implementations
ICalendarAppointmentObject.get_ClientID()
Declaration
string ICalendarAppointmentObject.get_ClientID()
Returns
Implements