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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ZeroItemPanel
ZeroItemPanel control.
protected HtmlGenericControl ZeroItemPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ZeroItemText
ZeroItemText control.
protected Literal ZeroItemText
Field Value
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
ContainerIdentifier
public Guid ContainerIdentifier { get; set; }
Property Value
ContainerType
public string ContainerType { get; set; }
Property Value
ItemCount
public int ItemCount { get; set; }
Property Value
ProblemsReturnUrl
protected ReturnUrl ProblemsReturnUrl { get; set; }
Property Value
Methods
BindModelToControls(BankState)
public void BindModelToControls(BankState bank)
Parameters
bankBankState
BindModelToControls(Form)
public void BindModelToControls(Form form)
Parameters
formForm
BindModelToControls(Specification)
public void BindModelToControls(Specification spec)
Parameters
specSpecification
OnInit(EventArgs)
protected override void OnInit(EventArgs e)