Class NewsPageModel
Inheritance
NewsPageModel
Assembly: EduCATS.dll
Syntax
public class NewsPageModel
Constructors
NewsPageModel(NewsModel, string)
Declaration
public NewsPageModel(NewsModel newsModel, string subjectColor)
Parameters
Properties
Body
Declaration
public string Body { get; set; }
Property Value
Date
Declaration
public string Date { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
SubjectColor
Declaration
public string SubjectColor { get; set; }
Property Value
SubjectName
Declaration
public string SubjectName { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value