Class PracticialMark
Inheritance
PracticialMark
Assembly: EduCATS.dll
Syntax
public class PracticialMark
Constructors
PracticialMark()
Declaration
Properties
PracticalId
Declaration
[JsonProperty("PracticalId")]
public int PracticalId { get; set; }
Property Value
ScheduleProtectionPracticalsRecommended
Declaration
[JsonProperty("ScheduleProtectionPracticalsRecommended")]
public List<SchedulePracticials> ScheduleProtectionPracticalsRecommended { get; set; }
Property Value
ShortName
Declaration
[JsonProperty("ShortName")]
public string ShortName { get; set; }
Property Value
SubGroup
Declaration
[JsonProperty("SubGroup")]
public int SubGroup { get; set; }
Property Value
Theme
Declaration
[JsonProperty("Theme")]
public string Theme { get; set; }
Property Value