Class CalendarAppointmentBase
Inheritance
CalendarAppointmentBase
Assembly: SuperOffice.CRMWeb.dll
Syntax
public abstract class CalendarAppointmentBase : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, ICalendarAppointmentObject
Constructors
CalendarAppointmentBase()
Declaration
protected CalendarAppointmentBase()
Fields
_appointment
Declaration
protected Appointment _appointment
Field Value
_calendarOptions
Declaration
protected ICalendarOptions _calendarOptions
Field Value
Properties
AppointmentCanBeMoved
Declaration
public virtual bool AppointmentCanBeMoved { get; }
Property Value
AppointmentCanBeUpdated
Declaration
public virtual bool AppointmentCanBeUpdated { get; }
Property Value
AppointmentId
Declaration
public virtual int AppointmentId { get; }
Property Value
CalendarOptions
Declaration
public ICalendarOptions CalendarOptions { get; }
Property Value
Completed
Declaration
public virtual bool Completed { get; }
Property Value
Methods
GetDimensions()
Declaration
protected Rectangle GetDimensions()
Returns
Implements