.TH "CampusAppWPortalLib8.Model.Lecture.LectureActivity" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*- .ad l .nh .SH NAME CampusAppWPortalLib8.Model.Lecture.LectureActivity \- .PP \fBModel\fP for a Activity\&. .SH SYNOPSIS .br .PP .PP Inherited by \fBCampusAppWP8\&.Model\&.Lecture\&.LectureWp8Activity\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBLectureActivity\fP ()" .br .RI "\fIInitializes a new instance of the \fBLectureActivity\fP class\&. \fP" .ti -1c .RI "void \fBCreateLectureString\fP ()" .br .RI "\fIMethod create a formatted string of the LecturerList\&. \fP" .ti -1c .RI "void \fBCreateCourseString\fP ()" .br .RI "\fIMethod create a formatted string of the CourseList\&. \fP" .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "const string \fBActivityTypeLecture\fP = 'Vorlesung'" .br .RI "\fIThe activity icon name lecture\&. \fP" .ti -1c .RI "const string \fBActivityTypeSeminar\fP = 'Seminar'" .br .RI "\fIThe activity icon name seminar\&. \fP" .ti -1c .RI "const string \fBActivityTypePract\fP = 'Übung'" .br .RI "\fIThe activity icon name practice\&. \fP" .ti -1c .RI "const string \fBActivityTypeLab\fP = 'Labor'" .br .RI "\fIThe activity icon name lab\&. \fP" .ti -1c .RI "const string \fBActivityTypeExam\fP = 'Prüfung'" .br .RI "\fIThe activity icon name exam\&. \fP" .in -1c .SS "Properties" .in +1c .ti -1c .RI "string \fBType\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the type of the activity\&. \fP" .ti -1c .RI "int \fBId\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the id of the activity\&. \fP" .ti -1c .RI "int \fBSemester\fP\fC [get, set]\fP" .br .RI "\fIGets or sets semester of the activity\&. \fP" .ti -1c .RI "string \fBSWS\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the contact hour\&. \fP" .ti -1c .RI "\fBLectureModule\fP \fBModul\fP\fC [get, set]\fP" .br .RI "\fIGets or sets \fBLectureModule\fP\&. \fP" .ti -1c .RI "string \fBTitle\fP\fC [get, set]\fP" .br .RI "\fIGets or sets LectureTitle\&. \fP" .ti -1c .RI "ObservableCollection .br < \fBLectureLecturer\fP > \fBLecturer\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the lecturers\&. \fP" .ti -1c .RI "string \fBLecturerString\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the formatted string of the lecturers\&. \fP" .ti -1c .RI "string \fBCourseString\fP\fC [get, set]\fP" .br .RI "\fIGets or sets formatted string of the courses\&. \fP" .ti -1c .RI "ObservableCollection .br < \fBLectureCourse\fP > \fBCourse\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the courses\&. \fP" .ti -1c .RI "ObservableCollection< \fBLectureDate\fP > \fBDates\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the dates of the activity\&. \fP" .ti -1c .RI "string \fBDepartment\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the Department\&. \fP" .ti -1c .RI "string \fBTopic\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the topic of the \fBLecture\fP\&. \fP" .in -1c .SH "Detailed Description" .PP \fBModel\fP for a Activity\&. Stubbfel, 15\&.10\&.2013\&. .SH "Constructor & Destructor Documentation" .PP .SS "CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.LectureActivity ()" .PP Initializes a new instance of the \fBLectureActivity\fP class\&. Stubbfel, 15\&.10\&.2013\&. .SH "Member Function Documentation" .PP .SS "void CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.CreateCourseString ()" .PP Method create a formatted string of the CourseList\&. Stubbfel, 15\&.10\&.2013\&. .SS "void CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.CreateLectureString ()" .PP Method create a formatted string of the LecturerList\&. Stubbfel, 15\&.10\&.2013\&. .SH "Member Data Documentation" .PP .SS "const string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.ActivityTypeExam = 'Prüfung'" .PP The activity icon name exam\&. .SS "const string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.ActivityTypeLab = 'Labor'" .PP The activity icon name lab\&. .SS "const string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.ActivityTypeLecture = 'Vorlesung'" .PP The activity icon name lecture\&. .SS "const string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.ActivityTypePract = 'Übung'" .PP The activity icon name practice\&. .SS "const string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.ActivityTypeSeminar = 'Seminar'" .PP The activity icon name seminar\&. .SH "Property Documentation" .PP .SS "ObservableCollection<\fBLectureCourse\fP> CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Course\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the courses\&. The course\&. .SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.CourseString\fC [get]\fP, \fC [set]\fP" .PP Gets or sets formatted string of the courses\&. The course string\&. .SS "ObservableCollection<\fBLectureDate\fP> CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Dates\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the dates of the activity\&. The dates\&. .SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Department\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the Department\&. The department\&. .SS "int CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Id\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the id of the activity\&. The identifier\&. .SS "ObservableCollection<\fBLectureLecturer\fP> CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Lecturer\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the lecturers\&. The lecturer\&. .SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.LecturerString\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the formatted string of the lecturers\&. The lecturer string\&. .SS "\fBLectureModule\fP CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Modul\fC [get]\fP, \fC [set]\fP" .PP Gets or sets \fBLectureModule\fP\&. The modul\&. .SS "int CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Semester\fC [get]\fP, \fC [set]\fP" .PP Gets or sets semester of the activity\&. The semester\&. .SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.SWS\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the contact hour\&. The sws\&. .SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Title\fC [get]\fP, \fC [set]\fP" .PP Gets or sets LectureTitle\&. The title\&. .SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Topic\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the topic of the \fBLecture\fP\&. The topic\&. .SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureActivity\&.Type\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the type of the activity\&. The type\&. .SH "Author" .PP Generated automatically by Doxygen for CampusAppW8 from the source code\&.