Skip to content

Commit e1dbb21

Browse files
committed
4.0.4
1 parent 770cc17 commit e1dbb21

File tree

84 files changed

+175
-595
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+175
-595
lines changed

DktApi/Classwork.cs

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,43 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
94
{
105
public class Classwork
116
{
127
[JsonPropertyName("csatolasEngedelyezesTipusId")]
13-
public long? allowToAttachFileTypeId { get; set; }
8+
public long allowToAttachFileTypeId { get; set; }
149
[JsonPropertyName("csoportId")]
15-
public long? classGroupId { get; set; }
10+
public long classGroupId { get; set; }
1611
[JsonPropertyName("osztalyId")]
17-
public long? classId { get; set; }
12+
public long classId { get; set; }
1813
[JsonPropertyName("osztalyNev")]
1914
public string? className { get; set; }
2015
[JsonPropertyName("letrehozasIdeje")]
2116
public string? creationTimeAsString { get; set; }
2217
[JsonPropertyName("alkalmazottId")]
23-
public long? employeeId { get; set; }
18+
public long employeeId { get; set; }
2419
[JsonPropertyName("groupId")]
2520
public string? groupId { get; set; }
2621
[JsonPropertyName("id")]
27-
public long? id { get; set; }
22+
public long id { get; set; }
2823
[JsonPropertyName("idotartamPerc")]
29-
public int? lengthInMinutes { get; set; }
24+
public int lengthInMinutes { get; set; }
3025
[JsonPropertyName("oraDatum")]
3126
public string? lessonDateAsString { get; set; }
3227
[JsonPropertyName("oraszam")]
33-
public long? lessonNumber { get; set; }
28+
public long lessonNumber { get; set; }
3429
[JsonPropertyName("oraIdopont")]
3530
public string? lessonTimeAsString { get; set; }
3631
[JsonPropertyName("pontszam")]
37-
public double? score { get; set; }
32+
public double score { get; set; }
3833
[JsonPropertyName("tantargyKategoriaId")]
3934
public string? subjectCategoryUid { get; set; }
4035
[JsonPropertyName("tantargyId")]
41-
public long? subjectId { get; set; }
36+
public long subjectId { get; set; }
4237
[JsonPropertyName("tantargyNev")]
4338
public string? subjectName { get; set; }
4439
[JsonPropertyName("beadandoTipusId")]
45-
public long? taskTypeId { get; set; }
40+
public long taskTypeId { get; set; }
4641
[JsonPropertyName("alkalmazottNev")]
4742
public string? teacherName { get; set; }
4843
[JsonPropertyName("szoveg")]

DktApi/ClassworkAttachment.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
94
{
105
public class ClassworkAttachment
116
{
127
[JsonPropertyName("feladatId")]
13-
public long? classworkId { get; set; }
8+
public long classworkId { get; set; }
149
[JsonPropertyName("kiterjesztes")]
1510
public string? extension { get; set; }
1611
[JsonPropertyName("fajlNev")]
1712
public string? fileName { get; set; }
1813
[JsonPropertyName("id")]
19-
public long? id { get; set; }
14+
public long id { get; set; }
2015
[JsonPropertyName("nev")]
2116
public string? name { get; set; }
2217
[JsonPropertyName("egyediId")]

DktApi/ClassworkSolutionAttachment.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
@@ -14,11 +9,11 @@ public class ClassworkSolutionAttachment
149
[JsonPropertyName("fajlNev")]
1510
public string? fileName { get; set; }
1611
[JsonPropertyName("id")]
17-
public long? id { get; set; }
12+
public long id { get; set; }
1813
[JsonPropertyName("nev")]
1914
public string? name { get; set; }
2015
[JsonPropertyName("feladatBeadasId")]
21-
public long? submittedClassworkId { get; set; }
16+
public long submittedClassworkId { get; set; }
2217
[JsonPropertyName("egyediId")]
2318
public string? uniqueId { get; set; }
2419
}
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
@@ -14,6 +9,6 @@ public class ClassworkSolutionAttachmentPost
149
[JsonPropertyName("teljesFajlNev")]
1510
public string? fileName { get; set; }
1611
[JsonPropertyName("meretInBytes")]
17-
public long? sizeInBytes { get; set; }
12+
public long sizeInBytes { get; set; }
1813
}
1914
}

DktApi/ClassworkSolutionPut.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta

DktApi/ClassworkTeachingMaterial.cs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
94
{
105
public class ClassworkTeachingMaterial
116
{
127
[JsonPropertyName("feladatId")]
13-
public long? classworkId { get; set; }
8+
public long classworkId { get; set; }
149
[JsonPropertyName("id")]
15-
public long? id { get; set; }
10+
public long id { get; set; }
1611
[JsonPropertyName("link")]
1712
public string? link { get; set; }
1813
[JsonPropertyName("forrasTipusId")]
19-
public int? materialTypeId { get; set; }
14+
public int materialTypeId { get; set; }
2015
[JsonPropertyName("cim")]
2116
public string? title { get; set; }
2217
}

DktApi/ClassworkTeachingMaterialPost.cs

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
94
{
105
public class ClassworkTeachingMaterialPost
116
{
127
[JsonPropertyName("osztalyId")]
13-
public long? classId { get; set; }
8+
public long classId { get; set; }
149
[JsonPropertyName("feladatId")]
15-
public long? classworkId { get; set; }
10+
public long classworkId { get; set; }
1611
[JsonPropertyName("datum")]
1712
public string? date { get; set; }
1813
[JsonPropertyName("alkalmazottId")]
19-
public long? employeeId { get; set; }
14+
public long employeeId { get; set; }
2015
[JsonPropertyName("csoportId")]
21-
public long? groupId { get; set; }
16+
public long groupId { get; set; }
2217
[JsonPropertyName("oraszam")]
23-
public long? lessonNumber { get; set; }
18+
public long lessonNumber { get; set; }
2419
[JsonPropertyName("tantargyId")]
25-
public long? subjectId { get; set; }
20+
public long subjectId { get; set; }
2621
[JsonPropertyName("idopont")]
2722
public string? time { get; set; }
2823
}
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
@@ -14,16 +9,16 @@ public class HomeworkSolutionAttachment
149
[JsonPropertyName("fajlNev")]
1510
public string? fileName { get; set; }
1611
[JsonPropertyName("id")]
17-
public long? id { get; set; }
12+
public long id { get; set; }
1813
[JsonPropertyName("nev")]
1914
public string? name { get; set; }
2015
[JsonPropertyName("feladatBeadasId")]
21-
public long? submittedHomeworkId { get; set; }
16+
public long submittedHomeworkId { get; set; }
2217
[JsonPropertyName("egyediId")]
2318
public string? uniqueId { get; set; }
2419
[JsonPropertyName("feltoltoAlkalmazottId")]
25-
public long? uploaderEmployeeId { get; set; }
20+
public long uploaderEmployeeId { get; set; }
2621
[JsonPropertyName("feltoltoTanuloId")]
27-
public long? uploaderStudentId { get; set; }
22+
public long uploaderStudentId { get; set; }
2823
}
2924
}
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta
@@ -14,6 +9,6 @@ public class HomeworkSolutionAttachmentPost
149
[JsonPropertyName("teljesFajlNev")]
1510
public string? fileName { get; set; }
1611
[JsonPropertyName("meretInBytes")]
17-
public long? sizeInBytes { get; set; }
12+
public long sizeInBytes { get; set; }
1813
}
1914
}

DktApi/HomeworkSolutionPut.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
This file is auto generated using Kréta Builder by TheBlueLines
3-
Generated on: 2023. 12. 13. 21:07:32
4-
*/
5-
61
using System.Text.Json.Serialization;
72

83
namespace TTMC.Kréta

0 commit comments

Comments
 (0)