Class LabDetailsModel
Laboratory work details model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class LabDetailsModel
Properties
Duration
Lab duration (in hours).
Declaration
[JsonProperty("Duration")]
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
int |
LabId
Lab ID.
Declaration
[JsonProperty("LabId")]
public int LabId { get; set; }
Property Value
Type | Description |
---|---|
int |
Order
Lab order number.
Declaration
[JsonProperty("Order")]
public int Order { get; set; }
Property Value
Type | Description |
---|---|
int |
ShortName
Lab short name.
Declaration
[JsonProperty("ShortName")]
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
SubGroup
Declaration
[JsonProperty("SubGroup")]
public int SubGroup { get; set; }
Property Value
Type | Description |
---|---|
int |
SubjectId
Subject ID.
Declaration
[JsonProperty("SubjectId")]
public int SubjectId { get; set; }
Property Value
Type | Description |
---|---|
int |
Theme
Lab topic name.
Declaration
[JsonProperty("Theme")]
public string Theme { get; set; }
Property Value
Type | Description |
---|---|
string |