Class VisitingPageModel
  
  
  
    Inheritance
    
    VisitingPageModel
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class VisitingPageModel : IRoundedListType
   
  Constructors
  
  VisitingPageModel(string, string, string, bool)
  
  
  Declaration
  
    public VisitingPageModel(string title, string comment, string mark, bool showforStud)
   
  Parameters
  
  Properties
  
  
  
  
  Declaration
  
    public string Comment { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public bool IsComment { get; }
   
  Property Value
  
  
  IsTitle
  
  
  Declaration
  
    public bool IsTitle { get; }
   
  Property Value
  
  
  Mark
  
  
  Declaration
  
    public string Mark { get; set; }
   
  Property Value
  
  
  ShowForStud
  
  
  Declaration
  
    public bool ShowForStud { get; set; }
   
  Property Value
  
  
  Title
  
  
  Declaration
  
    public string Title { get; set; }
   
  Property Value
  
  Methods
  
  GetListType()
  
  
  Declaration
  
    public RoundedListTypeEnum GetListType()
   
  Returns
  
  Implements