Class DiplomProjectConsultationDateModel
Inheritance
DiplomProjectConsultationDateModel
Assembly: EduCATS.dll
Syntax
public class DiplomProjectConsultationDateModel
Properties
Audience
Declaration
[JsonProperty("Audience")]
public string Audience { get; set; }
Property Value
Building
Declaration
[JsonProperty("Building")]
public string Building { get; set; }
Property Value
Day
Declaration
[JsonProperty("Day")]
public string Day { get; set; }
Property Value
EndTime
Declaration
[JsonProperty("EndTime")]
public string EndTime { get; set; }
Property Value
Id
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
LecturerId
Declaration
[JsonProperty("LecturerId")]
public int LecturerId { get; set; }
Property Value
StartTime
Declaration
[JsonProperty("StartTime")]
public string StartTime { get; set; }
Property Value