Class CalendarSubjectModel
Calendar subject details model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class CalendarSubjectModel
Properties
Color
Hex subject's color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
string |
Start
Start date string.
Declaration
[JsonProperty("start")]
public string Start { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Date's format is yyyy-MM-dd
.
SubjectId
Subject's ID.
Declaration
[JsonProperty("subjectId")]
public int SubjectId { get; set; }
Property Value
Type | Description |
---|---|
int |
Title
Subject's short title, type and group.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Examples
UT - Lab work (Gr. 12345)