Table of Contents

Class Register

Namespace
InSite.Custom.CMDS.User.Events.Forms
Assembly
InSite.UI.dll
public class Register : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute, ICmdsUserControl
Inheritance
Register
Implements
Inherited Members

Constructors

Register()

public Register()

Fields

CandidateCompany

CandidateCompany control.

protected Literal CandidateCompany

Field Value

Literal

Remarks

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

CandidateEmail

CandidateEmail control.

protected Literal CandidateEmail

Field Value

Literal

Remarks

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

CandidateKey

CandidateKey control.

protected FindPerson CandidateKey

Field Value

FindPerson

Remarks

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

CandidateName

CandidateName control.

protected Literal CandidateName

Field Value

Literal

Remarks

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

CandidatePanel

CandidatePanel control.

protected Container CandidatePanel

Field Value

Container

Remarks

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

Capacity

Capacity control.

protected Literal Capacity

Field Value

Literal

Remarks

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

Comment

Comment control.

protected TextBox Comment

Field Value

TextBox

Remarks

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

CommentField

CommentField control.

protected HtmlGenericControl CommentField

Field Value

HtmlGenericControl

Remarks

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

Format

Format control.

protected Literal Format

Field Value

Literal

Remarks

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

IsClosed

IsClosed control.

protected HtmlGenericControl IsClosed

Field Value

HtmlGenericControl

Remarks

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

IsFull

IsFull control.

protected HtmlGenericControl IsFull

Field Value

HtmlGenericControl

Remarks

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

RegisterAnotherUserLink control.

protected Button RegisterAnotherUserLink

Field Value

Button

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

RegistrationCount

RegistrationCount control.

protected Literal RegistrationCount

Field Value

Literal

Remarks

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

RegistrationSection

RegistrationSection control.

protected HtmlGenericControl RegistrationSection

Field Value

HtmlGenericControl

Remarks

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

ScreenStatus

ScreenStatus control.

protected Alert ScreenStatus

Field Value

Alert

Remarks

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

SeatsAvailable

SeatsAvailable control.

protected Literal SeatsAvailable

Field Value

Literal

Remarks

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

SeatsAvailableField

SeatsAvailableField control.

protected HtmlGenericControl SeatsAvailableField

Field Value

HtmlGenericControl

Remarks

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

SelectedEventID

SelectedEventID control.

protected ComboBox SelectedEventID

Field Value

ComboBox

Remarks

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

SubmitButton

SubmitButton control.

protected Button SubmitButton

Field Value

Button

Remarks

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

Properties

UpcomingEvents

public List<UpcomingSessionListItem> UpcomingEvents { get; set; }

Property Value

List<UpcomingSessionListItem>

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs