90 lines
2.1 KiB
Groff
90 lines
2.1 KiB
Groff
.TH "CampusAppWP8.Model.Utility.CourseModel" 3 "Thu Sep 12 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.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\&.
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.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 CampusAppWP8\&.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 CampusAppWP8\&.Model\&.Utility\&.CourseModel\&.CourseNumber\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the course number\&.The course number\&.
|
|
.SS "string CampusAppWP8\&.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 CampusAppWp8 from the source code\&.
|