Class RootConceptModel
Electronic Educational Methodological Complexes root concept model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class RootConceptModel
Properties
Concepts
Root concept list.
Declaration
[JsonProperty("Concepts")]
public List<ConceptModel> Concepts { get; set; }
Property Value
Type | Description |
---|---|
List<ConceptModel> |
SubjectName
Subject name.
Declaration
[JsonProperty("SubjectName")]
public string SubjectName { get; set; }
Property Value
Type | Description |
---|---|
string |