Class LabProtectionModel
Laboratory work protection model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class LabProtectionModel
  Properties
Date
Protection date.
Declaration
[JsonProperty("Date")]
public string Date { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
ProtectionLabId
Schedule protection lab ID.
Declaration
[JsonProperty("ScheduleProtectionLabId")]
public int ProtectionLabId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int |