Table of Contents

Class Launch

Namespace
InSite.UI.Portal.Workflow.Forms.Controls
Assembly
InSite.UI.dll
public class Launch : SubmissionSessionControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
Launch
Implements
Inherited Members

Constructors

Launch()

public Launch()

Fields

DebugButton

DebugButton control.

protected Button DebugButton

Field Value

Button

Remarks

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

DebugPanel

DebugPanel control.

protected Panel DebugPanel

Field Value

Panel

Remarks

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

ErrorAlert

ErrorAlert control.

protected Alert ErrorAlert

Field Value

Alert

Remarks

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

ResponseCount

ResponseCount control.

protected Literal ResponseCount

Field Value

Literal

Remarks

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

ResponsePanel

ResponsePanel control.

protected Panel ResponsePanel

Field Value

Panel

Remarks

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

SessionPanel

SessionPanel control.

protected Panel SessionPanel

Field Value

Panel

Remarks

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

StartButton

StartButton control.

protected Button StartButton

Field Value

Button

Remarks

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

SubmissionRepeater

SubmissionRepeater control.

protected SubmissionRepeater SubmissionRepeater

Field Value

SubmissionRepeater

Remarks

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

SurveyFormInstructions

SurveyFormInstructions control.

protected HtmlGenericControl SurveyFormInstructions

Field Value

HtmlGenericControl

Remarks

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

SurveyFormTitle

SurveyFormTitle control.

protected HtmlGenericControl SurveyFormTitle

Field Value

HtmlGenericControl

Remarks

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

Methods

AutoStart(SubmissionSessionState)

public static bool AutoStart(SubmissionSessionState current)

Parameters

current SubmissionSessionState

Returns

bool

BuildCommandScript(string, Guid, SurveyForm, Guid)

public static ICommand[] BuildCommandScript(string source, Guid session, SurveyForm form, Guid user)

Parameters

source string
session Guid
form SurveyForm
user Guid

Returns

ICommand[]

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs