Class LecturesDetailsModel
Lectures visiting details model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class LecturesDetailsModel
Properties
Comment
Lecture comment.
Declaration
[JsonProperty("Comment")]
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
string |
Date
Lecture date.
Declaration
[JsonProperty("Date")]
public string Date { get; set; }
Property Value
Type | Description |
---|---|
string |
Mark
Lecture skip hours.
Declaration
[JsonProperty("Mark")]
public string Mark { get; set; }
Property Value
Type | Description |
---|---|
string |