Class CalendarModel
Calendar model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class CalendarModel
Properties
Labs
Laboratory works list in Calendar.
Declaration
[JsonProperty("Labs")]
public IList<CalendarSubjectModel> Labs { get; set; }
Property Value
Type | Description |
---|---|
IList<CalendarSubjectModel> |
Lectures
Lectures list in Calendar.
Declaration
[JsonProperty("Lect")]
public IList<CalendarSubjectModel> Lectures { get; set; }
Property Value
Type | Description |
---|---|
IList<CalendarSubjectModel> |