Class LabsModel
Laboratory works model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class LabsModel
Properties
Labs
Labs details list.
Declaration
[JsonProperty("Labs")]
public IList<LabDetailsModel> Labs { get; set; }
Property Value
Type | Description |
---|---|
IList<LabDetailsModel> |
ProtectionLabs
Schedult proptection labs list.
Declaration
[JsonProperty("ScheduleProtectionLabs")]
public IList<LabProtectionModel> ProtectionLabs { get; set; }
Property Value
Type | Description |
---|---|
IList<LabProtectionModel> |