Class Teacher
Inherited Members
Namespace: EduCATS.Data.Models.Calendar
Assembly: EduCATS.dll
Syntax
public class Teacher
Properties
FullName
Declaration
[JsonProperty("FullName")]
public string FullName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LectorId
Declaration
[JsonProperty("LectorId")]
public int LectorId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |