133 lines
3.1 KiB
Groff
133 lines
3.1 KiB
Groff
.TH "CampusAppWP8.Model.Setting.UserProfilModel" 3 "Thu Aug 15 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.Setting.UserProfilModel \-
|
|
.PP
|
|
\fBModel\fP for the profile of an user
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Public Types"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "enum \fBDegreeType\fP { \fBDegreeType\&.BACHELOR\fP = 82, \fBDegreeType\&.MASTER\fP = 88, \fBDegreeType\&.DIPLOM\fP = 11 }"
|
|
.br
|
|
.RI "\fISpecifies the degrees\&. \fP"
|
|
.ti -1c
|
|
.RI "enum \fBRoleType\fP { \fBRoleType\&.STUDENT\fP = 1, \fBRoleType\&.STAFF\fP = 2 }"
|
|
.br
|
|
.RI "\fISpecifies the role of the user\&. \fP"
|
|
.ti -1c
|
|
.RI "enum \fBCampus\fP { \fBCampus\&.CB_MAIN\fP = 1, \fBCampus\&.CB_NORTH\fP = 4, \fBCampus\&.CB_SOUTH\fP = 2, \fBCampus\&.SFB_MAIN\fP = 3 }"
|
|
.br
|
|
.RI "\fISpecifies the campus of the user\&. \fP"
|
|
.in -1c
|
|
.SS "Properties"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "int \fBCourse\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the course of the user \fP"
|
|
.ti -1c
|
|
.RI "\fBCampus\fP \fBDefaultCampus\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the defaultCampus of the user \fP"
|
|
.ti -1c
|
|
.RI "\fBRoleType\fP \fBRole\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the role of the user \fP"
|
|
.ti -1c
|
|
.RI "\fBDegreeType\fP \fBDegree\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the degree of the user \fP"
|
|
.ti -1c
|
|
.RI "int \fBSemester\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the semester of the user \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
\fBModel\fP for the profile of an user
|
|
|
|
|
|
.SH "Member Enumeration Documentation"
|
|
.PP
|
|
.SS "enum \fBCampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.Campus\fP"
|
|
|
|
.PP
|
|
Specifies the campus of the user\&.
|
|
.PP
|
|
\fBEnumerator\fP
|
|
.in +1c
|
|
.TP
|
|
\fB\fICB_MAIN \fP\fP
|
|
Cottbus -> MainCampus
|
|
.TP
|
|
\fB\fICB_NORTH \fP\fP
|
|
Cottbus -> NorthCampus
|
|
.TP
|
|
\fB\fICB_SOUTH \fP\fP
|
|
Cottbus -> SouthCampus
|
|
.TP
|
|
\fB\fISFB_MAIN \fP\fP
|
|
Senftenberg -> MainCampus
|
|
.SS "enum \fBCampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.DegreeType\fP"
|
|
|
|
.PP
|
|
Specifies the degrees\&.
|
|
.PP
|
|
\fBEnumerator\fP
|
|
.in +1c
|
|
.TP
|
|
\fB\fIBACHELOR \fP\fP
|
|
bachelor degree
|
|
.TP
|
|
\fB\fIMASTER \fP\fP
|
|
master degree
|
|
.TP
|
|
\fB\fIDIPLOM \fP\fP
|
|
diploma degree
|
|
.SS "enum \fBCampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.RoleType\fP"
|
|
|
|
.PP
|
|
Specifies the role of the user\&.
|
|
.PP
|
|
\fBEnumerator\fP
|
|
.in +1c
|
|
.TP
|
|
\fB\fISTUDENT \fP\fP
|
|
for students (01)\&.
|
|
.TP
|
|
\fB\fISTAFF \fP\fP
|
|
for staffs (10)\&.
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "int CampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.Course\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the course of the user
|
|
.SS "\fBCampus\fP CampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.DefaultCampus\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the defaultCampus of the user
|
|
.SS "\fBDegreeType\fP CampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.Degree\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the degree of the user
|
|
.SS "\fBRoleType\fP CampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.Role\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the role of the user
|
|
.SS "int CampusAppWP8\&.Model\&.Setting\&.UserProfilModel\&.Semester\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the semester of the user
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|