Table of Contents

Class SpecificationsSection

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

Constructors

SpecificationsSection()

public SpecificationsSection()

Fields

CommandColumn

CommandColumn control.

protected HtmlGenericControl CommandColumn

Field Value

HtmlGenericControl

Remarks

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

CommandsDropDown

CommandsDropDown control.

protected DropDownButton CommandsDropDown

Field Value

DropDownButton

Remarks

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

SpecificationCriteriaNav

SpecificationCriteriaNav control.

protected Nav SpecificationCriteriaNav

Field Value

Nav

Remarks

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

SpecificationCriteriaNavContent

SpecificationCriteriaNavContent control.

protected NavContent SpecificationCriteriaNavContent

Field Value

NavContent

Remarks

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

SpecificationCriteriaRow

SpecificationCriteriaRow control.

protected HtmlGenericControl SpecificationCriteriaRow

Field Value

HtmlGenericControl

Remarks

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

SpecificationSelector

SpecificationSelector control.

protected ComboBox SpecificationSelector

Field Value

ComboBox

Remarks

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

SpecificationWarning

SpecificationWarning control.

protected Alert SpecificationWarning

Field Value

Alert

Remarks

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

SpecificationWorkshopButton

SpecificationWorkshopButton control.

protected Button SpecificationWorkshopButton

Field Value

Button

Remarks

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

SpecificationsUpdatePanel

SpecificationsUpdatePanel control.

protected UpdatePanel SpecificationsUpdatePanel

Field Value

UpdatePanel

Remarks

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

Properties

LoadBank

public Func<BankState> LoadBank { get; }

Property Value

Func<BankState>

ReloadOutline

public Action ReloadOutline { get; }

Property Value

Action

Methods

CreateChildControls()

protected override void CreateChildControls()

LoadData(BankState, bool, out bool)

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

Parameters

bank BankState
canWrite bool
isSelected bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs