Class LecturesMarkViewData
Inherited Members
Namespace: EduCATS.Networking.Models.SaveMarks
Assembly: EduCATS.dll
Syntax
public class LecturesMarkViewData
Properties
Comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
string |
Date
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
string |
LecturesVisitId
Declaration
public int LecturesVisitId { get; set; }
Property Value
Type | Description |
---|---|
int |
Mark
Declaration
public string Mark { get; set; }
Property Value
Type | Description |
---|---|
string |
MarkId
Declaration
public int MarkId { get; set; }
Property Value
Type | Description |
---|---|
int |