Table of Contents

Class ProblemRepeater

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

Constructors

ProblemRepeater()

public ProblemRepeater()

Fields

ItemRepeater

ItemRepeater control.

protected Repeater ItemRepeater

Field Value

Repeater

Remarks

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

ZeroItemPanel

ZeroItemPanel control.

protected HtmlGenericControl ZeroItemPanel

Field Value

HtmlGenericControl

Remarks

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

ZeroItemText

ZeroItemText control.

protected Literal ZeroItemText

Field Value

Literal

Remarks

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

Properties

BankIdentifier

public Guid BankIdentifier { get; set; }

Property Value

Guid

ContainerIdentifier

public Guid ContainerIdentifier { get; set; }

Property Value

Guid

ContainerType

public string ContainerType { get; set; }

Property Value

string

ItemCount

public int ItemCount { get; set; }

Property Value

int

ProblemsReturnUrl

protected ReturnUrl ProblemsReturnUrl { get; set; }

Property Value

ReturnUrl

Methods

BindModelToControls(BankState)

public void BindModelToControls(BankState bank)

Parameters

bank BankState

BindModelToControls(Form)

public void BindModelToControls(Form form)

Parameters

form Form

BindModelToControls(Specification)

public void BindModelToControls(Specification spec)

Parameters

spec Specification

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs