73 lines
1.5 KiB
Groff
73 lines
1.5 KiB
Groff
.TH "CampusAppWP8.Model.Lecture.LectureList" 3 "Thu Jun 13 2013" "CampusAppWP8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.Lecture.LectureList \-
|
|
.PP
|
|
\fBModel\fP for a List of \fBLectureActivity\fP
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBLectureList\fP ()"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBLectureList\fP class\&. \fP"
|
|
.ti -1c
|
|
.RI "\fBLectureActivity\fP \fBGetActivity\fP (int id)"
|
|
.br
|
|
.RI "\fIMethod return a certain activity \fP"
|
|
.in -1c
|
|
.SS "Properties"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "ObservableCollection
|
|
.br
|
|
< \fBLectureActivity\fP > \fBActivities\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets List of the activities \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
\fBModel\fP for a List of \fBLectureActivity\fP
|
|
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Model\&.Lecture\&.LectureList\&.LectureList ()"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBLectureList\fP class\&.
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "\fBLectureActivity\fP CampusAppWP8\&.Model\&.Lecture\&.LectureList\&.GetActivity (intid)"
|
|
|
|
.PP
|
|
Method return a certain activity
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIid\fP id of the activity
|
|
.RE
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
the activity (FirstOrDefault)
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "ObservableCollection<\fBLectureActivity\fP> CampusAppWP8\&.Model\&.Lecture\&.LectureList\&.Activities\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets List of the activities
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWP8 from the source code\&.
|