Show / Hide Table of Contents

Class CalendarAppointmentBase

Inheritance
Object
ControlBase
CalendarAppointmentBase
CalendarAppointment
CalendarTimeline
Implements
IControl
ILayout
IHasSchema
INamingContainer
ICalendarAppointmentObject
Inherited Members
ControlBase.GetSafeId(String)
ControlBase.RegisterSoIdAttribute(AttributeCollection)
ControlBase.RegisterSoIdAttribute(AttributeCollection, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String, Boolean)
ControlBase.SetVisibility(CssStyleCollection)
ControlBase.SetVisibility(HtmlTextWriter)
ControlBase.Initialize(XmlNode, String)
ControlBase.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.Render(HtmlTextWriter)
ControlBase.AssignProperty(XmlNode, PropertyInfo)
ControlBase.DataBind()
ControlBase.SetReadOnly(Boolean)
ControlBase.UpdateDataSource()
ControlBase.BeforeDataBind()
ControlBase.Validate()
ControlBase.OnGetStringValue(Type, Object, String)
ControlBase.OnGetTypedValue(Type, String, Object)
ControlBase.ID
ControlBase.ClientID
ControlBase.LabelContainer
ControlBase.MenuClientID
ControlBase.MenuObject
ControlBase.AjaxHelper
ControlBase.DataSource
ControlBase.DataRight
ControlBase.TableRightName
ControlBase.TableRightNameBinding
ControlBase.FieldRight
ControlBase.TableRight
ControlBase.FieldLength
ControlBase.CssClass
ControlBase.EditMode
ControlBase.ForcedMode
ControlBase.ReadOnly
ControlBase.Disabled
ControlBase.Caption
ControlBase.CaptionBinding
ControlBase.Tooltip
ControlBase.TooltipBinding
ControlBase.DataSourceName
ControlBase.ContextStyle
ControlBase.DisplayAccessKey
ControlBase.IsValid
ControlBase.Validations
ControlBase.MandatoryValidatorName
ControlBase.ForcedDisabled
ControlBase.BackgroundColor
ControlBase.LayoutPosition
ControlBase.Position
ControlBase.Top
ControlBase.Left
ControlBase.Right
ControlBase.Bottom
ControlBase.Width
ControlBase.Height
ControlBase.ZIndex
ControlBase.Overflow
ControlBase.Column
ControlBase.Row
ControlBase.RowSpan
ControlBase.ColSpan
ControlBase.Align
ControlBase.Visibility
ControlBase.ConfigurationSchema
ControlBase.VisibilityBinding
ControlBase.DatabindingMode
Namespace: SuperOffice.CRM.Web.UI.Controls
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
Type Description
Appointment

_calendarOptions

Declaration
protected ICalendarOptions _calendarOptions
Field Value
Type Description
ICalendarOptions

Properties

AppointmentCanBeMoved

Declaration
public virtual bool AppointmentCanBeMoved { get; }
Property Value
Type Description
Boolean

AppointmentCanBeUpdated

Declaration
public virtual bool AppointmentCanBeUpdated { get; }
Property Value
Type Description
Boolean

AppointmentId

Declaration
public virtual int AppointmentId { get; }
Property Value
Type Description
Int32

CalendarOptions

Declaration
public ICalendarOptions CalendarOptions { get; }
Property Value
Type Description
ICalendarOptions

Completed

Declaration
public virtual bool Completed { get; }
Property Value
Type Description
Boolean

Methods

GetDimensions()

Declaration
protected Rectangle GetDimensions()
Returns
Type Description
Rectangle

Implements

IControl
ILayout
IHasSchema
System.Web.UI.INamingContainer
ICalendarAppointmentObject
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top