112 lines
2.4 KiB
Groff
112 lines
2.4 KiB
Groff
.TH "CampusAppWP8.Feed.Lecture.LectureFeed" 3 "Thu Jun 13 2013" "CampusAppWP8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Feed.Lecture.LectureFeed \-
|
|
.PP
|
|
Class for the feed of the \fBLecture\fP
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits XmlFeed< LectureList >\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBLectureFeed\fP (Uri url)"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBLectureFeed\fP class\&. \fP"
|
|
.in -1c
|
|
.SS "Static Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "static Uri \fBCreateFeedUrl\fP (string semester, string degree, string course, string from, string to)"
|
|
.br
|
|
.RI "\fIMethod create the RequestUrl \fP"
|
|
.in -1c
|
|
.SS "Protected Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "override bool \fBCheckIsModelUpToDate\fP ()"
|
|
.br
|
|
.RI "\fIMethod implement \fBCheckIsModelUpToDate()\fP-Method \fBPages\fP \fP"
|
|
.ti -1c
|
|
.RI "override bool \fBCheckIsFileUpToDate\fP ()"
|
|
.br
|
|
.RI "\fIMethod implement \fBCheckIsFileUpToDate()\fP-Method \fBPages\fP \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Class for the feed of the \fBLecture\fP
|
|
|
|
need the XmlAPI
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Feed\&.Lecture\&.LectureFeed\&.LectureFeed (Uriurl)"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBLectureFeed\fP class\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIurl\fP the RequestUrl
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "override bool CampusAppWP8\&.Feed\&.Lecture\&.LectureFeed\&.CheckIsFileUpToDate ()\fC [protected]\fP"
|
|
|
|
.PP
|
|
Method implement \fBCheckIsFileUpToDate()\fP-Method \fBPages\fP
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
true, if file is up-to-date, otherwise false
|
|
.RE
|
|
.PP
|
|
|
|
.SS "override bool CampusAppWP8\&.Feed\&.Lecture\&.LectureFeed\&.CheckIsModelUpToDate ()\fC [protected]\fP"
|
|
|
|
.PP
|
|
Method implement \fBCheckIsModelUpToDate()\fP-Method \fBPages\fP
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
true, if model is up-to-date, otherwise false
|
|
.RE
|
|
.PP
|
|
|
|
.SS "static Uri CampusAppWP8\&.Feed\&.Lecture\&.LectureFeed\&.CreateFeedUrl (stringsemester, stringdegree, stringcourse, stringfrom, stringto)\fC [static]\fP"
|
|
|
|
.PP
|
|
Method create the RequestUrl have to refactors
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIsemester\fP value of the semester
|
|
.br
|
|
\fIdegree\fP value of the degree
|
|
.br
|
|
\fIcourse\fP value of the course
|
|
.br
|
|
\fIfrom\fP value of the from
|
|
.br
|
|
\fIto\fP value of the to
|
|
.RE
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
return the requestUrl
|
|
.RE
|
|
.PP
|
|
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWP8 from the source code\&.
|