Class Launch
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DebugPanel
DebugPanel control.
protected Panel DebugPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ErrorAlert
ErrorAlert control.
protected Alert ErrorAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponseCount
ResponseCount control.
protected Literal ResponseCount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponsePanel
ResponsePanel control.
protected Panel ResponsePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SessionPanel
SessionPanel control.
protected Panel SessionPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StartButton
StartButton control.
protected Button StartButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SubmissionRepeater
SubmissionRepeater control.
protected SubmissionRepeater SubmissionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SurveyFormInstructions
SurveyFormInstructions control.
protected HtmlGenericControl SurveyFormInstructions
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SurveyFormTitle
SurveyFormTitle control.
protected HtmlGenericControl SurveyFormTitle
Field Value
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
currentSubmissionSessionState
Returns
BuildCommandScript(string, Guid, SurveyForm, Guid)
public static ICommand[] BuildCommandScript(string source, Guid session, SurveyForm form, Guid user)
Parameters
sourcestringsessionGuidformSurveyFormuserGuid
Returns
- ICommand[]
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)