Class LabsVisitingList
Inherited Members
Namespace: EduCATS.Networking.Models.SaveMarks
Assembly: EduCATS.dll
Syntax
public class LabsVisitingList
  Constructors
LabsVisitingList()
Declaration
public LabsVisitingList()
  Properties
Code
Declaration
public int Code { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
DataD
Declaration
public string DataD { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Message
Declaration
public string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Students
Declaration
public List<LaboratoryWorksModel> Students { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<LaboratoryWorksModel> |