UVACanvasAccess
Properties | List of all members
UVACanvasAccess.Structures.CustomGradebookColumns.CustomColumn Class Reference

Represents a custom gradebook column. More...

Properties

ulong Id [get]
 The gradebook column id. More...
 
bool? TeacherNotes [get]
 Whether this column is considered to be a 'notes' column. More...
 
string Title [get]
 The column title. More...
 
int? Position [get]
 The position of this column relative to other columns. More...
 
bool? Hidden [get]
 Whether the column is hidden. More...
 
bool? ReadOnly [get]
 Whether the column is non-editable from the webpage. More...
 

Detailed Description

Represents a custom gradebook column.

Property Documentation

◆ Hidden

bool? UVACanvasAccess.Structures.CustomGradebookColumns.CustomColumn.Hidden
get

Whether the column is hidden.

◆ Id

ulong UVACanvasAccess.Structures.CustomGradebookColumns.CustomColumn.Id
get

The gradebook column id.

◆ Position

int? UVACanvasAccess.Structures.CustomGradebookColumns.CustomColumn.Position
get

The position of this column relative to other columns.

◆ ReadOnly

bool? UVACanvasAccess.Structures.CustomGradebookColumns.CustomColumn.ReadOnly
get

Whether the column is non-editable from the webpage.

◆ TeacherNotes

bool? UVACanvasAccess.Structures.CustomGradebookColumns.CustomColumn.TeacherNotes
get

Whether this column is considered to be a 'notes' column.

◆ Title

string UVACanvasAccess.Structures.CustomGradebookColumns.CustomColumn.Title
get

The column title.


The documentation for this class was generated from the following file: