Class Schedule
  
  
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
  Properties
  
  Audience
  
  
  Declaration
  
    [JsonProperty("Audience")]
public string Audience { get; set; }
   
  Property Value
  
  
  Building
  
  
  Declaration
  
    [JsonProperty("Building")]
public string Building { get; set; }
   
  Property Value
  
  
  Color
  
  
  Declaration
  
    [JsonProperty("Color")]
public string Color { get; set; }
   
  Property Value
  
  
  End
  
  
  Declaration
  
    [JsonProperty("End")]
public string End { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    [JsonProperty("Name")]
public string Name { get; set; }
   
  Property Value
  
  
  Start
  
  
  Declaration
  
    [JsonProperty("Start")]
public string Start { get; set; }
   
  Property Value
  
  
  Teacher
  
  
  Declaration
  
    [JsonProperty("Teacher")]
public Teacher Teacher { get; set; }
   
  Property Value
  
  
  Type
  
  
  Declaration
  
    [JsonProperty("Type")]
public int Type { get; set; }
   
  Property Value