Class StatsMarkModel
Rating mark statistics model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class StatsMarkModel
  Properties
Comment
Comment on mark.
Declaration
[JsonProperty("Comment")]
public string Comment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Date
Mark date.
Declaration
[JsonProperty("Date")]
public string Date { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
LabId
Lab ID.
Declaration
[JsonProperty("LabId")]
public int LabId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Mark
Mark for lab.
Declaration
[JsonProperty("Mark")]
public string Mark { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
StudentId
Student ID.
Declaration
[JsonProperty("StudentId")]
public int StudentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int |