Class StatsResultsPageModel
Inheritance
StatsResultsPageModel
Assembly: EduCATS.dll
Syntax
public class StatsResultsPageModel : IRoundedListType
Constructors
StatsResultsPageModel(string, string, string, string)
Declaration
public StatsResultsPageModel(string title, string date, string comment, string result)
Parameters
Properties
Declaration
public string Comment { get; set; }
Property Value
Date
Declaration
public string Date { get; set; }
Property Value
Declaration
public bool IsComment { get; }
Property Value
IsDate
Declaration
public bool IsDate { get; }
Property Value
IsTitle
Declaration
public bool IsTitle { get; }
Property Value
Result
Declaration
public string Result { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Methods
GetListType()
Declaration
public RoundedListTypeEnum GetListType()
Returns
Implements