Table of Contents

Class FormsSection

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

Constructors

FormsSection()

public FormsSection()

Fields

ActionButton

ActionButton control.

protected DropDownButton ActionButton

Field Value

DropDownButton

Remarks

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

AddButton

AddButton control.

protected DropDownButton AddButton

Field Value

DropDownButton

Remarks

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

FormRow

FormRow control.

protected HtmlGenericControl FormRow

Field Value

HtmlGenericControl

Remarks

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

FormSectionsNav

FormSectionsNav control.

protected Nav FormSectionsNav

Field Value

Nav

Remarks

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

FormSectionsNavContent

FormSectionsNavContent control.

protected NavContent FormSectionsNavContent

Field Value

NavContent

Remarks

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

FormSelector

FormSelector control.

protected ComboBox FormSelector

Field Value

ComboBox

Remarks

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

FormWorkshopButton

FormWorkshopButton control.

protected Button FormWorkshopButton

Field Value

Button

Remarks

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

FormsUpdatePanel

FormsUpdatePanel control.

protected UpdatePanel FormsUpdatePanel

Field Value

UpdatePanel

Remarks

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

PinLabel

PinLabel control.

protected HtmlGenericControl PinLabel

Field Value

HtmlGenericControl

Remarks

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

PinSection

PinSection control.

protected HtmlGenericControl PinSection

Field Value

HtmlGenericControl

Remarks

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

ReorderFieldsButton

ReorderFieldsButton control.

protected Button ReorderFieldsButton

Field Value

Button

Remarks

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

ReportButton

ReportButton control.

protected Button ReportButton

Field Value

Button

Remarks

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

SwapFieldsLink control.

protected IconLink SwapFieldsLink

Field Value

IconLink

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

Properties

BankID

protected Guid BankID { get; set; }

Property Value

Guid

LoadBank

public Func<BankState> LoadBank { get; }

Property Value

Func<BankState>

PinClass

protected static string PinClass { get; }

Property Value

string

PinText

protected static string PinText { get; }

Property Value

string

ReloadOutline

public Action ReloadOutline { get; }

Property Value

Action

UnpinClass

protected static string UnpinClass { get; }

Property Value

string

UnpinText

protected static string UnpinText { get; }

Property Value

string

Methods

CreateChildControls()

protected override void CreateChildControls()

LoadData(BankState, bool, out bool, out bool)

public void LoadData(BankState bank, bool canWrite, out bool isSelected, out bool isVisible)

Parameters

bank BankState
canWrite bool
isSelected bool
isVisible bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs