Class SubjectPageModel
  
  
  
    Inheritance
    
    SubjectPageModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class SubjectPageModel : IRoundedListType
   
  Constructors
  
  SubjectPageModel(Schedule)
  
  
  Declaration
  
    public SubjectPageModel(Schedule schedule)
   
  Parameters
  
  Properties
  
  Address
  
  
  Declaration
  
    public string Address { get; set; }
   
  Property Value
  
  
  Color
  
  
  Declaration
  
    public string Color { get; set; }
   
  Property Value
  
  
  Date
  
  
  Declaration
  
    public string Date { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  TeacherFullName
  
  
  Declaration
  
    public string TeacherFullName { get; set; }
   
  Property Value
  
  
  Type
  
  
  Declaration
  
    public string Type { get; set; }
   
  Property Value
  
  Methods
  
  GetListType()
  
  
  Declaration
  
    public RoundedListTypeEnum GetListType()
   
  Returns
  
  Implements