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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddButton
AddButton control.
protected DropDownButton AddButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FormRow
FormRow control.
protected HtmlGenericControl FormRow
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FormSectionsNav
FormSectionsNav control.
protected Nav FormSectionsNav
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FormSectionsNavContent
FormSectionsNavContent control.
protected NavContent FormSectionsNavContent
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FormSelector
FormSelector control.
protected ComboBox FormSelector
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FormWorkshopButton
FormWorkshopButton control.
protected Button FormWorkshopButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FormsUpdatePanel
FormsUpdatePanel control.
protected UpdatePanel FormsUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PinLabel
PinLabel control.
protected HtmlGenericControl PinLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PinSection
PinSection control.
protected HtmlGenericControl PinSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReorderFieldsButton
ReorderFieldsButton control.
protected Button ReorderFieldsButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReportButton
ReportButton control.
protected Button ReportButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SwapFieldsLink
SwapFieldsLink control.
protected IconLink SwapFieldsLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
BankID
protected Guid BankID { get; set; }
Property Value
LoadBank
public Func<BankState> LoadBank { get; }
Property Value
PinClass
protected static string PinClass { get; }
Property Value
PinText
protected static string PinText { get; }
Property Value
ReloadOutline
public Action ReloadOutline { get; }
Property Value
UnpinClass
protected static string UnpinClass { get; }
Property Value
UnpinText
protected static string UnpinText { get; }
Property Value
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
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)