Table of Contents

Class PerformanceReportDetail

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

Constructors

PerformanceReportDetail()

public PerformanceReportDetail()

Fields

AssesmentTypeValidator

AssesmentTypeValidator control.

protected CustomValidator AssesmentTypeValidator

Field Value

CustomValidator

Remarks

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

CBAWeight

CBAWeight control.

protected NumericBox CBAWeight

Field Value

NumericBox

Remarks

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

ConsistentScore

ConsistentScore control.

protected NumericBox ConsistentScore

Field Value

NumericBox

Remarks

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

Description

Description control.

protected MarkdownEditor Description

Field Value

MarkdownEditor

Remarks

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

EmergentScore

EmergentScore control.

protected NumericBox EmergentScore

Field Value

NumericBox

Remarks

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

Language

Language control.

protected ComboBox Language

Field Value

ComboBox

Remarks

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

NursingRoleText

NursingRoleText control.

protected TextBox NursingRoleText

Field Value

TextBox

Remarks

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

ReportName

ReportName control.

protected TextBox ReportName

Field Value

TextBox

Remarks

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

RequiredRole

RequiredRole control.

protected ComboBox RequiredRole

Field Value

ComboBox

Remarks

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

RoleRepeater

RoleRepeater control.

protected Repeater RoleRepeater

Field Value

Repeater

Remarks

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

SLAWeight

SLAWeight control.

protected NumericBox SLAWeight

Field Value

NumericBox

Remarks

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

Methods

GetInputValues(TReport)

public void GetInputValues(TReport report)

Parameters

report TReport

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetDefaultInputValues()

public void SetDefaultInputValues()

SetInputValues(TReport)

public void SetInputValues(TReport report)

Parameters

report TReport