Class StudentStatisticsSubjectValueModel
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class StudentStatisticsSubjectValueModel
Properties
SubjectId
Declaration
[JsonProperty("Key")]
public int SubjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
Declaration
[JsonProperty("Value")]
public double Value { get; set; }
Property Value
| Type | Description |
|---|---|
| double |