Table of Contents

Class ScoreControl

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

Constructors

ScoreControl()

public ScoreControl()

Fields

AlertStatus

AlertStatus control.

protected Alert AlertStatus

Field Value

Alert

Remarks

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

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

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

CloseButton

CloseButton control.

protected CloseButton CloseButton

Field Value

CloseButton

Remarks

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

CommentTextBox

CommentTextBox control.

protected TextBox CommentTextBox

Field Value

TextBox

Remarks

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

CommentWindow

CommentWindow control.

protected Modal CommentWindow

Field Value

Modal

Remarks

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

GradeItem

GradeItem control.

protected GradebookItemComboBox GradeItem

Field Value

GradebookItemComboBox

Remarks

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

HideCommentsCheckBox

HideCommentsCheckBox control.

protected CheckBox HideCommentsCheckBox

Field Value

CheckBox

Remarks

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

MaxStudents

public const int MaxStudents = 50

Field Value

int

NextButton

NextButton control.

protected NextButton NextButton

Field Value

NextButton

Remarks

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

NoScoresAlert

NoScoresAlert control.

protected HtmlGenericControl NoScoresAlert

Field Value

HtmlGenericControl

Remarks

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

NoStudentsAlert

NoStudentsAlert control.

protected HtmlGenericControl NoStudentsAlert

Field Value

HtmlGenericControl

Remarks

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

NotesTextBox

NotesTextBox control.

protected TextBox NotesTextBox

Field Value

TextBox

Remarks

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

NotesWindow

NotesWindow control.

protected Modal NotesWindow

Field Value

Modal

Remarks

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

PageCountLiteral

PageCountLiteral control.

protected Literal PageCountLiteral

Field Value

Literal

Remarks

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

PageNumberLiteral

PageNumberLiteral control.

protected Literal PageNumberLiteral

Field Value

Literal

Remarks

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

PagingPanel

PagingPanel control.

protected HtmlGenericControl PagingPanel

Field Value

HtmlGenericControl

Remarks

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

PrevButton

PrevButton control.

protected Button PrevButton

Field Value

Button

Remarks

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

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

SaveCommentButton

SaveCommentButton control.

protected SaveButton SaveCommentButton

Field Value

SaveButton

Remarks

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

SaveNotesButton

SaveNotesButton control.

protected SaveButton SaveNotesButton

Field Value

SaveButton

Remarks

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

ScoreColumnWidth

protected const int ScoreColumnWidth = 87

Field Value

int

ScoreItemHeaderRepeater

ScoreItemHeaderRepeater control.

protected Repeater ScoreItemHeaderRepeater

Field Value

Repeater

Remarks

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

ScorePanel

ScorePanel control.

protected Panel ScorePanel

Field Value

Panel

Remarks

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

StudentColumnWidth

protected const int StudentColumnWidth = 210

Field Value

int

StudentPanel

StudentPanel control.

protected HtmlGenericControl StudentPanel

Field Value

HtmlGenericControl

Remarks

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

StudentRepeater

StudentRepeater control.

protected Repeater StudentRepeater

Field Value

Repeater

Remarks

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

Properties

HideComments

protected bool HideComments { get; }

Property Value

bool

HideCommentsGlobal

public static bool HideCommentsGlobal { get; set; }

Property Value

bool

HideDatesGlobal

public static bool HideDatesGlobal { get; set; }

Property Value

bool

HideIgnoreGlobal

public static bool HideIgnoreGlobal { get; set; }

Property Value

bool

Learners

public Guid[] Learners { get; set; }

Property Value

Guid[]

PageCount

protected int PageCount { get; }

Property Value

int

VisibleItems

protected int VisibleItems { get; }

Property Value

int

Methods

LoadData(Guid, Guid?, string, Guid[])

public bool LoadData(Guid gradebookIdentifier, Guid? itemKey, string returnUrl, Guid[] learners = null)

Parameters

gradebookIdentifier Guid
itemKey Guid?
returnUrl string
learners Guid[]

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs