File tree Expand file tree Collapse file tree
WebUntisAPI.Client/Models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace WebUntisAPI.Client.Models
1717 /// </summary>
1818 [ DebuggerDisplay ( "Name = {LongName}" ) ]
1919 [ JsonConverter ( typeof ( ClassJsonConverter ) ) ]
20- public struct Class
20+ public class Class
2121 {
2222 /// <summary>
2323 /// Id of the class
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace WebUntisAPI.Client.Models
1212 /// A Room
1313 /// </summary>
1414 [ DebuggerDisplay ( "Name = {LongName}" ) ]
15- public struct Room
15+ public class Room
1616 {
1717 /// <summary>
1818 /// Id of the room
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace WebUntisAPI.Client.Models
1313 /// Represent a Untis school
1414 /// </summary>
1515 [ DebuggerDisplay ( "Name = {DisplayName}, Id = {SchoolId}" ) ]
16- public struct School
16+ public class School
1717 {
1818 /// <summary>
1919 /// Real name of the school
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace WebUntisAPI.Client.Models
1414 /// A subject
1515 /// </summary>
1616 [ DebuggerDisplay ( "Name = {LongName}" ) ]
17- public struct Subject
17+ public class Subject
1818 {
1919 /// <summary>
2020 /// Id of the subject
You can’t perform that action at this time.
0 commit comments