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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CancelButton
CancelButton control.
protected CancelButton CancelButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CloseButton
CloseButton control.
protected CloseButton CloseButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommentTextBox
CommentTextBox control.
protected TextBox CommentTextBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommentWindow
CommentWindow control.
protected Modal CommentWindow
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GradeItem
GradeItem control.
protected GradebookItemComboBox GradeItem
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HideCommentsCheckBox
HideCommentsCheckBox control.
protected CheckBox HideCommentsCheckBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MaxStudents
public const int MaxStudents = 50
Field Value
NextButton
NextButton control.
protected NextButton NextButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NoScoresAlert
NoScoresAlert control.
protected HtmlGenericControl NoScoresAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NoStudentsAlert
NoStudentsAlert control.
protected HtmlGenericControl NoStudentsAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NotesTextBox
NotesTextBox control.
protected TextBox NotesTextBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NotesWindow
NotesWindow control.
protected Modal NotesWindow
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PageCountLiteral
PageCountLiteral control.
protected Literal PageCountLiteral
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PageNumberLiteral
PageNumberLiteral control.
protected Literal PageNumberLiteral
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PagingPanel
PagingPanel control.
protected HtmlGenericControl PagingPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrevButton
PrevButton control.
protected Button PrevButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveButton
SaveButton control.
protected SaveButton SaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveCommentButton
SaveCommentButton control.
protected SaveButton SaveCommentButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveNotesButton
SaveNotesButton control.
protected SaveButton SaveNotesButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ScoreColumnWidth
protected const int ScoreColumnWidth = 87
Field Value
ScoreItemHeaderRepeater
ScoreItemHeaderRepeater control.
protected Repeater ScoreItemHeaderRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ScorePanel
ScorePanel control.
protected Panel ScorePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StudentColumnWidth
protected const int StudentColumnWidth = 210
Field Value
StudentPanel
StudentPanel control.
protected HtmlGenericControl StudentPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StudentRepeater
StudentRepeater control.
protected Repeater StudentRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
HideComments
protected bool HideComments { get; }
Property Value
HideCommentsGlobal
public static bool HideCommentsGlobal { get; set; }
Property Value
HideDatesGlobal
public static bool HideDatesGlobal { get; set; }
Property Value
HideIgnoreGlobal
public static bool HideIgnoreGlobal { get; set; }
Property Value
Learners
public Guid[] Learners { get; set; }
Property Value
- Guid[]
PageCount
protected int PageCount { get; }
Property Value
VisibleItems
protected int VisibleItems { get; }
Property Value
Methods
LoadData(Guid, Guid?, string, Guid[])
public bool LoadData(Guid gradebookIdentifier, Guid? itemKey, string returnUrl, Guid[] learners = null)
Parameters
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)