Table of Contents

Class FormSection

Namespace
InSite.Admin.Issues.Outlines.Controls
Assembly
InSite.UI.dll
public class FormSection : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
FormSection
Implements
Inherited Members

Constructors

FormSection()

public FormSection()

Fields

AnswerGroupRepeater

AnswerGroupRepeater control.

protected Repeater AnswerGroupRepeater

Field Value

Repeater

Remarks

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

ChangeResponseGroup

ChangeResponseGroup control.

protected IconLink ChangeResponseGroup

Field Value

IconLink

Remarks

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

ChangeResponsePeriod

ChangeResponsePeriod control.

protected IconLink ChangeResponsePeriod

Field Value

IconLink

Remarks

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

LastRevisedBy

LastRevisedBy control.

protected Literal LastRevisedBy

Field Value

Literal

Remarks

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

RespondentEmail

RespondentEmail control.

protected Literal RespondentEmail

Field Value

Literal

Remarks

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

RespondentFields

RespondentFields control.

protected Container RespondentFields

Field Value

Container

Remarks

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

RespondentName

RespondentName control.

protected Literal RespondentName

Field Value

Literal

Remarks

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

ResponseCompleted

ResponseCompleted control.

protected Literal ResponseCompleted

Field Value

Literal

Remarks

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

ResponseGroup

ResponseGroup control.

protected Literal ResponseGroup

Field Value

Literal

Remarks

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

ResponsePeriod

ResponsePeriod control.

protected Literal ResponsePeriod

Field Value

Literal

Remarks

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

ResponseStarted

ResponseStarted control.

protected Literal ResponseStarted

Field Value

Literal

Remarks

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

ResponseTimeTaken

ResponseTimeTaken control.

protected Literal ResponseTimeTaken

Field Value

Literal

Remarks

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

SubmissionState

SubmissionState control.

protected Literal SubmissionState

Field Value

Literal

Remarks

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

SurveyName

SurveyName control.

protected Literal SurveyName

Field Value

Literal

Remarks

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

SurveySummary

SurveySummary control.

protected Literal SurveySummary

Field Value

Literal

Remarks

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

SurveyTitle

SurveyTitle control.

protected Literal SurveyTitle

Field Value

Literal

Remarks

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

Properties

Current

protected SubmissionSessionState Current { get; set; }

Property Value

SubmissionSessionState

Navigator

protected SubmissionSessionNavigator Navigator { get; set; }

Property Value

SubmissionSessionNavigator

Methods

BindModelToControls(Guid, Guid)

public void BindModelToControls(Guid issueIdentifier, Guid responseSessionIdentifier)

Parameters

issueIdentifier Guid
responseSessionIdentifier Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs