change namespace of taghandler and add docs

This commit is contained in:
stubbfel
2013-10-18 09:32:53 +02:00
parent a81c36280b
commit a4769600f5
2141 changed files with 124696 additions and 31911 deletions

View File

@@ -1,10 +1,10 @@
.TH "CampusAppWP8.Model.Lecture.LecturePageModel" 3 "Fri Oct 11 2013" "CampusAppWp8" \" -*- nroff -*-
.TH "CampusAppWP8.Model.Lecture.LecturePageModel" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CampusAppWP8.Model.Lecture.LecturePageModel \-
.PP
\fBModel\fP for the LecturePage
\fBModel\fP for the LecturePage\&.
.SH SYNOPSIS
.br
@@ -23,15 +23,15 @@ CampusAppWP8.Model.Lecture.LecturePageModel \-
.ti -1c
.RI "void \fBLoadLists\fP ()"
.br
.RI "\fILoad all ListPickerLists \fP"
.RI "\fILoad all ListPickerLists\&. \fP"
.ti -1c
.RI "void \fBLoadFromNumberList\fP ()"
.br
.RI "\fILoad the NumberList \fP"
.RI "\fILoad the NumberList\&. \fP"
.ti -1c
.RI "void \fBLoadToNumberList\fP ()"
.br
.RI "\fILoad the NumberList \fP"
.RI "\fILoad the NumberList\&. \fP"
.in -1c
.SS "Public Attributes"
@@ -39,23 +39,23 @@ CampusAppWP8.Model.Lecture.LecturePageModel \-
.ti -1c
.RI "int \fBselectCourseIndex\fP"
.br
.RI "\fIVariable for the courseIndex \fP"
.RI "\fIVariable for the courseIndex\&. \fP"
.ti -1c
.RI "int \fBselectDegreeIndex\fP"
.br
.RI "\fIVariable for the degreeIndex \fP"
.RI "\fIVariable for the degreeIndex\&. \fP"
.ti -1c
.RI "int \fBselectSemesterIndex\fP"
.br
.RI "\fIVariable for the semesterIndex \fP"
.RI "\fIVariable for the semesterIndex\&. \fP"
.ti -1c
.RI "int \fBselectFromIndex\fP"
.br
.RI "\fIVariable for the fromIndex \fP"
.RI "\fIVariable for the fromIndex\&. \fP"
.ti -1c
.RI "int \fBselectToIndex\fP"
.br
.RI "\fIVariable for the toIndex \fP"
.RI "\fIVariable for the toIndex\&. \fP"
.in -1c
.SS "Properties"
@@ -63,43 +63,43 @@ CampusAppWP8.Model.Lecture.LecturePageModel \-
.ti -1c
.RI "int \fBSelectCourseIndex\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the selected course index \fP"
.RI "\fIGets or sets the selected course index\&. \fP"
.ti -1c
.RI "int \fBSelectDegreeIndex\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the selected degree index \fP"
.RI "\fIGets or sets the selected degree index\&. \fP"
.ti -1c
.RI "int \fBSelectSemesterIndex\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the selected semester-index \fP"
.RI "\fIGets or sets the selected semester-index\&. \fP"
.ti -1c
.RI "int \fBSelectFromIndex\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the selected from-index \fP"
.RI "\fIGets or sets the selected from-index\&. \fP"
.ti -1c
.RI "int \fBSelectToIndex\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the selected to-index \fP"
.RI "\fIGets or sets the selected to-index\&. \fP"
.ti -1c
.RI "ListPickerItemListModel \fBCourseList\fP\fC [get]\fP"
.RI "\fBListPickerItemListModel\fP \fBCourseList\fP\fC [get]\fP"
.br
.RI "\fIGets List for the courses of the BTU \fP"
.RI "\fIGets List for the courses of the BTU\&. \fP"
.ti -1c
.RI "ListPickerItemListModel \fBDegreeList\fP\fC [get]\fP"
.RI "\fBListPickerItemListModel\fP \fBDegreeList\fP\fC [get]\fP"
.br
.RI "\fIGets List of the degrees \fP"
.RI "\fIGets List of the degrees\&. \fP"
.ti -1c
.RI "ListPickerItemListModel \fBSemesterList\fP\fC [get]\fP"
.RI "\fBListPickerItemListModel\fP \fBSemesterList\fP\fC [get]\fP"
.br
.RI "\fIGets List of the semester \fP"
.RI "\fIGets List of the semester\&. \fP"
.ti -1c
.RI "ListPickerItemListModel \fBFromNumberList\fP\fC [get]\fP"
.RI "\fBListPickerItemListModel\fP \fBFromNumberList\fP\fC [get]\fP"
.br
.RI "\fIGets List for the number of semester \fP"
.RI "\fIGets List for the number of semester (from)\&. \fP"
.ti -1c
.RI "ListPickerItemListModel \fBToNumberList\fP\fC [get]\fP"
.RI "\fBListPickerItemListModel\fP \fBToNumberList\fP\fC [get]\fP"
.br
.RI "\fIGets the NumberList \fP"
.RI "\fIGets List for the number of semester (to)\&. \fP"
.in -1c
.SS "Events"
@@ -111,97 +111,97 @@ CampusAppWP8.Model.Lecture.LecturePageModel \-
.in -1c
.SH "Detailed Description"
.PP
\fBModel\fP for the LecturePage
\fBModel\fP for the LecturePage\&.
Stubbfel, 15\&.10\&.2013\&.
.SH "Constructor & Destructor Documentation"
.PP
.SS "CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.LecturePageModel ()"
.PP
Initializes a new instance of the \fBLecturePageModel\fP class\&.
Initializes a new instance of the \fBLecturePageModel\fP class\&. Stubbfel, 15\&.10\&.2013\&.
.SH "Member Function Documentation"
.PP
.SS "void CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.LoadFromNumberList ()"
.PP
Load the NumberList
Load the NumberList\&. Stubbfel, 15\&.10\&.2013\&.
.SS "void CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.LoadLists ()"
.PP
Load all ListPickerLists
Load all ListPickerLists\&. Stubbfel, 15\&.10\&.2013\&.
.SS "void CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.LoadToNumberList ()"
.PP
Load the NumberList
Load the NumberList\&. Stubbfel, 15\&.10\&.2013\&.
.SS "delegate void CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.OnIO ()"
.PP
Delegate of the OnIO callback function\&.
Delegate of the OnIO callback function\&. Stubbfel, 15\&.10\&.2013\&.
.SH "Member Data Documentation"
.PP
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.selectCourseIndex"
.PP
Variable for the courseIndex
Variable for the courseIndex\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.selectDegreeIndex"
.PP
Variable for the degreeIndex
Variable for the degreeIndex\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.selectFromIndex"
.PP
Variable for the fromIndex
Variable for the fromIndex\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.selectSemesterIndex"
.PP
Variable for the semesterIndex
Variable for the semesterIndex\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.selectToIndex"
.PP
Variable for the toIndex
Variable for the toIndex\&.
.SH "Property Documentation"
.PP
.SS "ListPickerItemListModel CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.CourseList\fC [get]\fP"
.SS "\fBListPickerItemListModel\fP CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.CourseList\fC [get]\fP"
.PP
Gets List for the courses of the BTU
.SS "ListPickerItemListModel CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.DegreeList\fC [get]\fP"
Gets List for the courses of the BTU\&. A List of courses\&.
.SS "\fBListPickerItemListModel\fP CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.DegreeList\fC [get]\fP"
.PP
Gets List of the degrees
.SS "ListPickerItemListModel CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.FromNumberList\fC [get]\fP"
Gets List of the degrees\&. A List of degrees\&.
.SS "\fBListPickerItemListModel\fP CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.FromNumberList\fC [get]\fP"
.PP
Gets List for the number of semester
Gets List for the number of semester (from)\&. A List of from numbers\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.SelectCourseIndex\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the selected course index
Gets or sets the selected course index\&. The select course index\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.SelectDegreeIndex\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the selected degree index
Gets or sets the selected degree index\&. The select degree index\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.SelectFromIndex\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the selected from-index
Gets or sets the selected from-index\&. The select from index\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.SelectSemesterIndex\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the selected semester-index
Gets or sets the selected semester-index\&. The select semester index\&.
.SS "int CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.SelectToIndex\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the selected to-index
.SS "ListPickerItemListModel CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.SemesterList\fC [get]\fP"
Gets or sets the selected to-index\&. The select to index\&.
.SS "\fBListPickerItemListModel\fP CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.SemesterList\fC [get]\fP"
.PP
Gets List of the semester
.SS "ListPickerItemListModel CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.ToNumberList\fC [get]\fP"
Gets List of the semester\&. A List of semesters\&.
.SS "\fBListPickerItemListModel\fP CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.ToNumberList\fC [get]\fP"
.PP
Gets the NumberList
Gets List for the number of semester (to)\&. A List of to numbers\&.
.SH "Event Documentation"
.PP
.SS "\fBOnIO\fP CampusAppWP8\&.Model\&.Lecture\&.LecturePageModel\&.OnLoaded = null"
@@ -211,4 +211,4 @@ Callback pointer, called after loading\&.
.SH "Author"
.PP
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
Generated automatically by Doxygen for CampusAppW8 from the source code\&.