90 lines
2.3 KiB
Groff
90 lines
2.3 KiB
Groff
.TH "CampusAppWP8.Model.Lecture.LectureLecturer" 3 "Thu Jun 13 2013" "CampusAppWP8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.Lecture.LectureLecturer \-
|
|
.PP
|
|
\fBModel\fP for a lecturer
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBLectureLecturer\fP ()"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBLectureLecturer\fP class\&. \fP"
|
|
.ti -1c
|
|
.RI "override string \fBToString\fP ()"
|
|
.br
|
|
.RI "\fIMethod overrides the base \fBToString()\fP and create an formatted string of the lecturer \fP"
|
|
.in -1c
|
|
.SS "Properties"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "string \fBFirstName\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the FirstName of a lecturer \fP"
|
|
.ti -1c
|
|
.RI "string \fBLastName\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the LastName of a lecturer \fP"
|
|
.ti -1c
|
|
.RI "string \fBTitle\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the title of a lecturer \fP"
|
|
.ti -1c
|
|
.RI "string \fBResponsibility\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the Responsibility of a lecturer \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
\fBModel\fP for a lecturer
|
|
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Model\&.Lecture\&.LectureLecturer\&.LectureLecturer ()"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBLectureLecturer\fP class\&.
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "override string CampusAppWP8\&.Model\&.Lecture\&.LectureLecturer\&.ToString ()"
|
|
|
|
.PP
|
|
Method overrides the base \fBToString()\fP and create an formatted string of the lecturer
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
returns a string like: [Title] FirstName LastName [(Responsibility)]
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "string CampusAppWP8\&.Model\&.Lecture\&.LectureLecturer\&.FirstName\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the FirstName of a lecturer
|
|
.SS "string CampusAppWP8\&.Model\&.Lecture\&.LectureLecturer\&.LastName\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the LastName of a lecturer
|
|
.SS "string CampusAppWP8\&.Model\&.Lecture\&.LectureLecturer\&.Responsibility\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the Responsibility of a lecturer
|
|
.SS "string CampusAppWP8\&.Model\&.Lecture\&.LectureLecturer\&.Title\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the title of a lecturer
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWP8 from the source code\&.
|