diff --git a/CampusAppWP8/CampusAppWP8/Model/Lecture/LecturePageModel.cs b/CampusAppWP8/CampusAppWP8/Model/Lecture/LecturePageModel.cs index d570d3cf..48253fb2 100644 --- a/CampusAppWP8/CampusAppWP8/Model/Lecture/LecturePageModel.cs +++ b/CampusAppWP8/CampusAppWP8/Model/Lecture/LecturePageModel.cs @@ -52,27 +52,32 @@ namespace CampusAppWP8.Model.Lecture /// /// Variable for the courseIndex /// - private int selectCourseIndex; + [DataMember] + public int selectCourseIndex; /// /// Variable for the degreeIndex /// - private int selectDegreeIndex; + [DataMember] + public int selectDegreeIndex; /// /// Variable for the semesterIndex /// - private int selectSemesterIndex; + [DataMember] + public int selectSemesterIndex; /// /// Variable for the fromIndex /// - private int selectFromIndex; + [DataMember] + public int selectFromIndex; /// /// Variable for the toIndex /// - private int selectToIndex; + [DataMember] + public int selectToIndex; #endregion @@ -91,7 +96,6 @@ namespace CampusAppWP8.Model.Lecture /// /// Gets or sets the selected course index /// - [DataMember] public int SelectCourseIndex { get @@ -111,7 +115,6 @@ namespace CampusAppWP8.Model.Lecture /// /// Gets or sets the selected degree index /// - [DataMember] public int SelectDegreeIndex { get @@ -131,7 +134,6 @@ namespace CampusAppWP8.Model.Lecture /// /// Gets or sets the selected semester-index /// - [DataMember] public int SelectSemesterIndex { get @@ -151,7 +153,6 @@ namespace CampusAppWP8.Model.Lecture /// /// Gets or sets the selected from-index /// - [DataMember] public int SelectFromIndex { get @@ -171,7 +172,6 @@ namespace CampusAppWP8.Model.Lecture /// /// Gets or sets the selected to-index /// - [DataMember] public int SelectToIndex { get