Class TakedLabs
  
  
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
  Constructors
  
  TakedLabs()
  
  
  Declaration
  
  Properties
  
  Code
  
  
  Declaration
  
    [JsonProperty("Code")]
public int Code { get; set; }
   
  Property Value
  
  
  DataD
  
  
  Declaration
  
    [JsonProperty("DataD")]
public string DataD { get; set; }
   
  Property Value
  
  
  Labs
  
  
  Declaration
  
    [JsonProperty("Labs")]
public List<TakedLab> Labs { get; set; }
   
  Property Value
  
  
  Message
  
  
  Declaration
  
    [JsonProperty("Message")]
public string Message { get; set; }
   
  Property Value
  
  
  Practicals
  
  
  Declaration
  
    [JsonProperty("Practicals")]
public List<PracticialMark> Practicals { get; set; }
   
  Property Value
  
  
  ScheduleProtectionLabs
  
  
  Declaration
  
    [JsonProperty("ScheduleProtectionLabs")]
public List<ScheduleProtectionLabs> ScheduleProtectionLabs { get; set; }
   
  Property Value
  
  
  ScheduleProtectionPracticals
  
  
  Declaration
  
    [JsonProperty("ScheduleProtectionPracticals")]
public List<ScheduleProtectionLabs> ScheduleProtectionPracticals { get; set; }
   
  Property Value
  
  
  SubGroup
  
  
  Declaration
  
    [JsonProperty("SubGroup")]
public int SubGroup { get; set; }
   
  Property Value