Class StatsVisitingModel
Visiting statistics model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class StatsVisitingModel
  Properties
Comment
Comment on visiting.
Declaration
[JsonProperty("Comment")]
public string Comment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Mark
Visiting skip mark (in hours).
Declaration
[JsonProperty("Mark")]
public string Mark { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
ScheduleProtectionLabId
Protection lab ID.
Declaration
[JsonProperty("ScheduleProtectionLabId")]
public int ScheduleProtectionLabId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
StudentId
Student ID.
Declaration
[JsonProperty("StudentId")]
public int StudentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int |