Class LecturesGroupsModel
Lectures visiting group model.
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class LecturesGroupsModel
  Properties
GroupId
Group ID.
Declaration
[JsonProperty("GroupId")]
public int GroupId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int | 
LecturesVisiting
Lectures visiting list.
Declaration
[JsonProperty("LecturesMarksVisiting")]
public IList<LecturesStudentModel> LecturesVisiting { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IList<LecturesStudentModel> |