Table of Contents

Class Create

Namespace
InSite.Admin.Events.Appointments.Forms
Assembly
InSite.UI.dll
public class Create : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
Create
Implements
Inherited Members

Constructors

Create()

public Create()

Fields

AppointmentDescription

AppointmentDescription control.

protected TextBox AppointmentDescription

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

AppointmentType

AppointmentType control.

protected AppointmentTypeComboBox AppointmentType

Field Value

AppointmentTypeComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CalendarColor

CalendarColor control.

protected ColorComboBox CalendarColor

Field Value

ColorComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CreationType

CreationType control.

protected CreationTypeComboBox CreationType

Field Value

CreationTypeComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EventScheduledEnd

EventScheduledEnd control.

protected DateTimeOffsetSelector EventScheduledEnd

Field Value

DateTimeOffsetSelector

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EventScheduledEndValidator

EventScheduledEndValidator control.

protected CustomValidator EventScheduledEndValidator

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EventScheduledStart

EventScheduledStart control.

protected DateTimeOffsetSelector EventScheduledStart

Field Value

DateTimeOffsetSelector

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EventTitle

EventTitle control.

protected TextBox EventTitle

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NewSection

NewSection control.

protected Panel NewSection

Field Value

Panel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

StatusAlert

StatusAlert control.

protected Alert StatusAlert

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

OutlineUrl

protected string OutlineUrl { get; }

Property Value

string

SearchUrl

protected string SearchUrl { get; }

Property Value

string

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs