Table of Contents

Class RequestAccess

Namespace
InSite.UI.Lobby
Assembly
InSite.UI.dll
public class RequestAccess : LobbyBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
RequestAccess
Implements
Inherited Members

Constructors

RequestAccess()

public RequestAccess()

Fields

CloseButton

CloseButton control.

protected CloseButton CloseButton

Field Value

CloseButton

Remarks

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

RequestButton

RequestButton control.

protected Button RequestButton

Field Value

Button

Remarks

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

RequestOrganizationField

RequestOrganizationField control.

protected HtmlGenericControl RequestOrganizationField

Field Value

HtmlGenericControl

Remarks

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

RequestOrganizationSelector

RequestOrganizationSelector control.

protected FindOrganization RequestOrganizationSelector

Field Value

FindOrganization

Remarks

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

RequestUserName

RequestUserName control.

protected TextBox RequestUserName

Field Value

TextBox

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.

ScreenViews

ScreenViews control.

protected MultiView ScreenViews

Field Value

MultiView

Remarks

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

UpdatePanel

UpdatePanel control.

protected UpdatePanel UpdatePanel

Field Value

UpdatePanel

Remarks

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

ViewAccept

ViewAccept control.

protected View ViewAccept

Field Value

View

Remarks

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

ViewRequest

ViewRequest control.

protected View ViewRequest

Field Value

View

Remarks

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

Methods

CreateTicket(string)

public static string CreateTicket(string login)

Parameters

login string

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs