Class StudentsPageModel
Implements
Inherited Members
Namespace: EduCATS.Pages.Statistics.Students.Models
Assembly: EduCATS.dll
Syntax
public class StudentsPageModel : IRoundedListType
Constructors
StudentsPageModel(string, string)
Declaration
public StudentsPageModel(string username, string name)
Parameters
Type | Name | Description |
---|---|---|
string | username | |
string | name |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
GetListType()
Get list type.
Declaration
public RoundedListTypeEnum GetListType()
Returns
Type | Description |
---|---|
RoundedListTypeEnum | Rounded list type enumeration. |