Class TestModel
Test model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class TestModel
Properties
Description
Test description.
Declaration
[JsonProperty("Description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ForSelfStudy
Is test for self-study.
Declaration
[JsonProperty("ForSelfStudy")]
public bool ForSelfStudy { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
Test ID.
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
Title
Test title.
Declaration
[JsonProperty("Title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |