90 lines
2.6 KiB
Groff
90 lines
2.6 KiB
Groff
.TH "CampusAppWPortalLib8.Model.Lecture.LectureLecturer" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWPortalLib8.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\&.
|
|
|
|
Stubbfel, 15\&.10\&.2013\&.
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureLecturer\&.LectureLecturer ()"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBLectureLecturer\fP class\&. Stubbfel, 15\&.10\&.2013\&.
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "override string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureLecturer\&.ToString ()"
|
|
|
|
.PP
|
|
Method overrides the base \fBToString()\fP and create an formatted string of the lecturer\&. Stubbfel, 15\&.10\&.2013\&.
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
returns a string like: [Title] FirstName LastName [(Responsibility)]\&.
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureLecturer\&.FirstName\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the FirstName of a lecturer\&. The name of the first\&.
|
|
.SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureLecturer\&.LastName\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the LastName of a lecturer\&. The name of the last\&.
|
|
.SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureLecturer\&.Responsibility\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the Responsibility of a lecturer\&. The responsibility\&.
|
|
.SS "string CampusAppWPortalLib8\&.Model\&.Lecture\&.LectureLecturer\&.Title\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the title of a lecturer\&. The title\&.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppW8 from the source code\&.
|