Class TestingGroupModel
Implements
Inherited Members
Namespace: EduCATS.Pages.Testing.Base.Models
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, List<TestModel>)
Declaration
public TestingGroupModel(string sectionName, List<TestModel> tests = null)
Parameters
Type | Name | Description |
---|---|---|
string | sectionName | |
List<TestModel> | tests |
Properties
SectionName
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Tests
Declaration
public List<TestModel> Tests { get; }
Property Value
Type | Description |
---|---|
List<TestModel> |