98 lines
2.2 KiB
Groff
98 lines
2.2 KiB
Groff
.TH "CampusAppWP8.Model.Utility.CleanUrlParamModel" 3 "Thu Aug 15 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.Utility.CleanUrlParamModel \-
|
|
.PP
|
|
This class is a \fBModel\fP for the URLParameter like GET-Parameter
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits \fBCampusAppWP8\&.Model\&.Utility\&.UrlParamModel\fP\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBCleanUrlParamModel\fP (string \fBkey\fP)"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBUrlParamModel\fP class\&. \fP"
|
|
.ti -1c
|
|
.RI "\fBCleanUrlParamModel\fP (string \fBkey\fP, string value)"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBUrlParamModel\fP class\&. \fP"
|
|
.ti -1c
|
|
.RI "override string \fBToString\fP ()"
|
|
.br
|
|
.RI "\fIMethod return a formatted string like Key=Value \fP"
|
|
.in -1c
|
|
.SS "Properties"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "override string \fBParamToken\fP\fC [get]\fP"
|
|
.br
|
|
.RI "\fIGets the token, which indicate that the parameterList started \fP"
|
|
.in -1c
|
|
.SS "Additional Inherited Members"
|
|
.SH "Detailed Description"
|
|
.PP
|
|
This class is a \fBModel\fP for the URLParameter like GET-Parameter
|
|
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Model\&.Utility\&.CleanUrlParamModel\&.CleanUrlParamModel (stringkey)"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBUrlParamModel\fP class\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIkey\fP the key for the parameter
|
|
.RE
|
|
.PP
|
|
|
|
.SS "CampusAppWP8\&.Model\&.Utility\&.CleanUrlParamModel\&.CleanUrlParamModel (stringkey, stringvalue)"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBUrlParamModel\fP class\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIkey\fP the key for the parameter
|
|
.RE
|
|
.PP
|
|
>
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIvalue\fP value of the parameter
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "override string CampusAppWP8\&.Model\&.Utility\&.CleanUrlParamModel\&.ToString ()"
|
|
|
|
.PP
|
|
Method return a formatted string like Key=Value
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
return formatted string
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "override string CampusAppWP8\&.Model\&.Utility\&.CleanUrlParamModel\&.ParamToken\fC [get]\fP"
|
|
|
|
.PP
|
|
Gets the token, which indicate that the parameterList started
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|