Class SubjectModel
  
  
  
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class SubjectModel : IEquatable<SubjectModel>
   
  Properties
  
  Color
  
  
  Declaration
  
    [JsonProperty("Color")]
public string Color { get; set; }
   
  Property Value
  
  
  Completing
  Subject completing percent.
 
  
  Declaration
  
    [JsonProperty("Completing")]
public int Completing { get; set; }
   
  Property Value
  
  
  Id
  
  
  Declaration
  
    [JsonProperty("Id")]
public int Id { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    [JsonProperty("Name")]
public string Name { get; set; }
   
  Property Value
  
  
  ShortName
  
  
  Declaration
  
    [JsonProperty("ShortName")]
public string ShortName { get; set; }
   
  Property Value
  
  Methods
  
  Equals(SubjectModel)
  
  
  Declaration
  
    public bool Equals(SubjectModel other)
   
  Parameters
  
  Returns
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Implements