Table of Contents

Class ScoreDetail

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

Constructors

ScoreDetail()

public ScoreDetail()

Fields

AchievementPanel

AchievementPanel control.

protected AchievementPanel AchievementPanel

Field Value

AchievementPanel

Remarks

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

Code

Code control.

protected TextBox Code

Field Value

TextBox

Remarks

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

CodeValidator

CodeValidator control.

protected CustomValidator CodeValidator

Field Value

CustomValidator

Remarks

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

Hook

Hook control.

protected TextBox Hook

Field Value

TextBox

Remarks

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

IncludeToReport

IncludeToReport control.

protected RadioButtonList IncludeToReport

Field Value

RadioButtonList

Remarks

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

ItemFormat

ItemFormat control.

protected RadioButtonList ItemFormat

Field Value

RadioButtonList

Remarks

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

MaxPoint

MaxPoint control.

protected NumericBox MaxPoint

Field Value

NumericBox

Remarks

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

MaxPointField

MaxPointField control.

protected HtmlGenericControl MaxPointField

Field Value

HtmlGenericControl

Remarks

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

Name

Name control.

protected TextBox Name

Field Value

TextBox

Remarks

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

ParentItem

ParentItem control.

protected GradebookItemComboBox ParentItem

Field Value

GradebookItemComboBox

Remarks

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

PassPercent

PassPercent control.

protected NumericBox PassPercent

Field Value

NumericBox

Remarks

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

PassPercentField

PassPercentField control.

protected HtmlGenericControl PassPercentField

Field Value

HtmlGenericControl

Remarks

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

ProgressCompletedMessageIdentifier

ProgressCompletedMessageIdentifier control.

protected FindMessage ProgressCompletedMessageIdentifier

Field Value

FindMessage

Remarks

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

Reference

Reference control.

protected TextBox Reference

Field Value

TextBox

Remarks

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

ShortName

ShortName control.

protected TextBox ShortName

Field Value

TextBox

Remarks

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

StandardPanel

StandardPanel control.

protected StandardPanel StandardPanel

Field Value

StandardPanel

Remarks

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

StandardsCard

StandardsCard control.

protected HtmlGenericControl StandardsCard

Field Value

HtmlGenericControl

Remarks

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

Methods

GetInputValues()

public ScoreDetail.ScoreItem GetInputValues()

Returns

ScoreDetail.ScoreItem

InitGradebook(QGradebook, GradebookState, string)

public void InitGradebook(QGradebook gradebook, GradebookState data, string code)

Parameters

gradebook QGradebook
data GradebookState
code string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetInputValue(Guid, GradebookState, Guid)

public bool SetInputValue(Guid gradebookIdentifier, GradebookState data, Guid itemKey)

Parameters

gradebookIdentifier Guid
data GradebookState
itemKey Guid

Returns

bool