Class CalendarAppointment
Inheritance
CalendarAppointment
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class CalendarAppointment : CalendarAppointmentBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, ICalendarAppointmentObject
Constructors
CalendarAppointment(Appointment, ICalendarOptions)
Declaration
public CalendarAppointment(Appointment appointment, ICalendarOptions calendarOptions)
Parameters
Fields
_bgColor
Declaration
protected string _bgColor
Field Value
_borderColor
Declaration
protected string _borderColor
Field Value
_bottomBorderHeight
Declaration
protected int _bottomBorderHeight
Field Value
_calendarClientId
Declaration
protected string _calendarClientId
Field Value
_clientScript
Declaration
protected string _clientScript
Field Value
_completedIcon
Declaration
protected CalendarCompletedIcon _completedIcon
Field Value
_displayDescription
Declaration
protected bool _displayDescription
Field Value
_displayIcons
Declaration
protected bool _displayIcons
Field Value
_displayProject
Declaration
protected bool _displayProject
Field Value
_displayResizeBar
Declaration
protected bool _displayResizeBar
Field Value
_hasAlarmIcon
Declaration
protected bool _hasAlarmIcon
Field Value
_hasBookingIcon
Declaration
protected bool _hasBookingIcon
Field Value
_hasBookingTentativeIcon
Declaration
protected bool _hasBookingTentativeIcon
Field Value
_hasRecurringIcon
Declaration
protected bool _hasRecurringIcon
Field Value
Declaration
Field Value
_height
Declaration
Field Value
_left
Declaration
Field Value
_leftBorderWidth
Declaration
protected int _leftBorderWidth
Field Value
_renderDescription
Declaration
protected bool _renderDescription
Field Value
_renderIcons
Declaration
protected bool _renderIcons
Field Value
_renderProject
Declaration
protected bool _renderProject
Field Value
_rightBorderWidth
Declaration
protected int _rightBorderWidth
Field Value
_taskNameDisplayThresholdWidth
Declaration
protected int _taskNameDisplayThresholdWidth
Field Value
_top
Declaration
Field Value
_topBorderHeight
Declaration
protected int _topBorderHeight
Field Value
_width
Declaration
Field Value
_zIndex
Declaration
Field Value
Properties
Appointment
Declaration
public Appointment Appointment { get; }
Property Value
AppointmentCanBeMoved
Declaration
public override bool AppointmentCanBeMoved { get; }
Property Value
Overrides
AppointmentCanBeRead
Declaration
public bool AppointmentCanBeRead { get; }
Property Value
AppointmentCanBeSelected
Declaration
public bool AppointmentCanBeSelected { get; }
Property Value
AppointmentCanBeUpdated
Declaration
public override bool AppointmentCanBeUpdated { get; }
Property Value
Overrides
AppointmentClientID
Declaration
public string AppointmentClientID { get; }
Property Value
AppointmentClientObject
Declaration
public AppointmentClientObject AppointmentClientObject { get; }
Property Value
AppointmentId
Declaration
public override int AppointmentId { get; }
Property Value
Overrides
ClientScript
Declaration
public string ClientScript { get; set; }
Property Value
Completed
Declaration
public override bool Completed { get; }
Property Value
Overrides
CompletedImage
Declaration
protected string CompletedImage { get; }
Property Value
ContactText
Declaration
protected string ContactText { get; }
Property Value
DescriptionText
Declaration
protected string DescriptionText { get; }
Property Value
EndsToday
Declaration
public bool EndsToday { get; }
Property Value
IsMultiday
Declaration
public bool IsMultiday { get; }
Property Value
IsPrivate
Declaration
public bool IsPrivate { get; }
Property Value
ProjectText
Declaration
protected string ProjectText { get; }
Property Value
StartsToday
Declaration
public bool StartsToday { get; }
Property Value
TaskText
Declaration
protected string TaskText { get; }
Property Value
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
Methods
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
RenderAppointment(HtmlTextWriter)
Declaration
protected virtual void RenderAppointment(HtmlTextWriter w)
Parameters
RenderBottomBorder(HtmlTextWriter)
Declaration
protected virtual void RenderBottomBorder(HtmlTextWriter w)
Parameters
RenderColorBand(HtmlTextWriter)
Declaration
protected virtual void RenderColorBand(HtmlTextWriter w)
Parameters
RenderCompletedIcon(HtmlTextWriter)
Declaration
protected virtual void RenderCompletedIcon(HtmlTextWriter w)
Parameters
RenderContainerBegin(HtmlTextWriter)
Declaration
protected virtual void RenderContainerBegin(HtmlTextWriter w)
Parameters
RenderContainerEnd(HtmlTextWriter)
Declaration
protected virtual void RenderContainerEnd(HtmlTextWriter w)
Parameters
RenderDescription(HtmlTextWriter)
Declaration
protected virtual void RenderDescription(HtmlTextWriter w)
Parameters
Declaration
protected virtual void RenderFooter(HtmlTextWriter w)
Parameters
Declaration
protected virtual void RenderHeader(HtmlTextWriter w)
Parameters
Declaration
protected virtual void RenderHeaderCompany(HtmlTextWriter w)
Parameters
Declaration
protected virtual void RenderHeaderTaskName(HtmlTextWriter w)
Parameters
RenderLeftBorder(HtmlTextWriter)
Declaration
protected virtual void RenderLeftBorder(HtmlTextWriter w)
Parameters
RenderProjectName(HtmlTextWriter)
Declaration
protected virtual void RenderProjectName(HtmlTextWriter w)
Parameters
RenderResizeBar(HtmlTextWriter)
Declaration
protected virtual void RenderResizeBar(HtmlTextWriter w)
Parameters
RenderRightBorder(HtmlTextWriter)
Declaration
protected virtual void RenderRightBorder(HtmlTextWriter w)
Parameters
RenderTopBorder(HtmlTextWriter)
Declaration
protected virtual void RenderTopBorder(HtmlTextWriter w)
Parameters
SetRenderOptions()
Declaration
protected virtual void SetRenderOptions()
ToHtmlString(String)
Declaration
protected string ToHtmlString(string text)
Parameters
| Type |
Name |
Description |
| String |
text |
|
Returns
Implements