Class TestingGroupModel
Inheritance
TestingGroupModel
Assembly: EduCATS.dll
Syntax
public class TestingGroupModel : List<TestModel>, IList<TestModel>, ICollection<TestModel>, IReadOnlyList<TestModel>, IReadOnlyCollection<TestModel>, IEnumerable<TestModel>, IList, ICollection, IEnumerable
Constructors
TestingGroupModel(string, string, List<TestModel>, bool)
Declaration
public TestingGroupModel(string sectionName, string comment, List<TestModel> tests = null, bool isSelfStudy = true)
Parameters
Properties
Declaration
public string Comment { get; set; }
Property Value
Declaration
public bool IsCommentVisible { get; }
Property Value
SectionName
Declaration
public string SectionName { get; set; }
Property Value
Tests
Declaration
public List<TestModel> Tests { get; }
Property Value
Implements
Extension Methods