98 lines
2.3 KiB
Groff
98 lines
2.3 KiB
Groff
.TH "CampusAppWPortalLib8.Model.Utility.CourseModel" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWPortalLib8.Model.Utility.CourseModel \-
|
|
.PP
|
|
Course model\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits IEquatable< CourseModel >\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBCourseModel\fP (string courseNumber, string courseText)"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBCourseModel\fP class\&. \fP"
|
|
.ti -1c
|
|
.RI "bool \fBEquals\fP (\fBCourseModel\fP other)"
|
|
.br
|
|
.RI "\fITests if this \fBCourseModel\fP is considered equal to another\&. \fP"
|
|
.in -1c
|
|
.SS "Properties"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "string \fBCourseNumber\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the course number\&. \fP"
|
|
.ti -1c
|
|
.RI "string \fBCourseText\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the course text\&. \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Course model\&.
|
|
|
|
Stubbfel, 10\&.09\&.2013\&.
|
|
.PP
|
|
\fBSee Also:\fP
|
|
.RS 4
|
|
T:System\&.IEquatable{CampusAppWPortalLib8\&.Model\&.Utility\&.CourseModel}
|
|
.PP
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWPortalLib8\&.Model\&.Utility\&.CourseModel\&.CourseModel (stringcourseNumber, stringcourseText)"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBCourseModel\fP class\&. Stubbfel, 10\&.09\&.2013\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIcourseNumber\fP The course number\&.
|
|
.br
|
|
\fIcourseText\fP The course text\&.
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "bool CampusAppWPortalLib8\&.Model\&.Utility\&.CourseModel\&.Equals (\fBCourseModel\fPother)"
|
|
|
|
.PP
|
|
Tests if this \fBCourseModel\fP is considered equal to another\&. Stubbfel, 10\&.09\&.2013\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIother\fP The course model to compare to this object\&.
|
|
.RE
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
true if the objects are considered equal, false if they are not\&.
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "string CampusAppWPortalLib8\&.Model\&.Utility\&.CourseModel\&.CourseNumber\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the course number\&. The course number\&.
|
|
.SS "string CampusAppWPortalLib8\&.Model\&.Utility\&.CourseModel\&.CourseText\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the course text\&. The course text\&.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppW8 from the source code\&.
|