|
1 | | -/* |
2 | | - This file is auto generated using Kréta Builder by TheBlueLines |
3 | | - Generated on: 2023. 12. 13. 21:07:32 |
4 | | -*/ |
5 | | - |
6 | 1 | using System.Text.Json.Serialization; |
7 | 2 |
|
8 | 3 | namespace TTMC.Kréta |
9 | 4 | { |
10 | 5 | public class Classwork |
11 | 6 | { |
12 | 7 | [JsonPropertyName("csatolasEngedelyezesTipusId")] |
13 | | - public long? allowToAttachFileTypeId { get; set; } |
| 8 | + public long allowToAttachFileTypeId { get; set; } |
14 | 9 | [JsonPropertyName("csoportId")] |
15 | | - public long? classGroupId { get; set; } |
| 10 | + public long classGroupId { get; set; } |
16 | 11 | [JsonPropertyName("osztalyId")] |
17 | | - public long? classId { get; set; } |
| 12 | + public long classId { get; set; } |
18 | 13 | [JsonPropertyName("osztalyNev")] |
19 | 14 | public string? className { get; set; } |
20 | 15 | [JsonPropertyName("letrehozasIdeje")] |
21 | 16 | public string? creationTimeAsString { get; set; } |
22 | 17 | [JsonPropertyName("alkalmazottId")] |
23 | | - public long? employeeId { get; set; } |
| 18 | + public long employeeId { get; set; } |
24 | 19 | [JsonPropertyName("groupId")] |
25 | 20 | public string? groupId { get; set; } |
26 | 21 | [JsonPropertyName("id")] |
27 | | - public long? id { get; set; } |
| 22 | + public long id { get; set; } |
28 | 23 | [JsonPropertyName("idotartamPerc")] |
29 | | - public int? lengthInMinutes { get; set; } |
| 24 | + public int lengthInMinutes { get; set; } |
30 | 25 | [JsonPropertyName("oraDatum")] |
31 | 26 | public string? lessonDateAsString { get; set; } |
32 | 27 | [JsonPropertyName("oraszam")] |
33 | | - public long? lessonNumber { get; set; } |
| 28 | + public long lessonNumber { get; set; } |
34 | 29 | [JsonPropertyName("oraIdopont")] |
35 | 30 | public string? lessonTimeAsString { get; set; } |
36 | 31 | [JsonPropertyName("pontszam")] |
37 | | - public double? score { get; set; } |
| 32 | + public double score { get; set; } |
38 | 33 | [JsonPropertyName("tantargyKategoriaId")] |
39 | 34 | public string? subjectCategoryUid { get; set; } |
40 | 35 | [JsonPropertyName("tantargyId")] |
41 | | - public long? subjectId { get; set; } |
| 36 | + public long subjectId { get; set; } |
42 | 37 | [JsonPropertyName("tantargyNev")] |
43 | 38 | public string? subjectName { get; set; } |
44 | 39 | [JsonPropertyName("beadandoTipusId")] |
45 | | - public long? taskTypeId { get; set; } |
| 40 | + public long taskTypeId { get; set; } |
46 | 41 | [JsonPropertyName("alkalmazottNev")] |
47 | 42 | public string? teacherName { get; set; } |
48 | 43 | [JsonPropertyName("szoveg")] |
|
0 commit comments