74 lines
1.8 KiB
Groff
74 lines
1.8 KiB
Groff
.TH "CampusAppWP8.Model.Utility.ListPickerItemModel" 3 "Thu Aug 15 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.Utility.ListPickerItemModel \-
|
|
.PP
|
|
\fBModel\fP for the ListPickerItems
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBListPickerItemModel\fP ()"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBListPickerItemModel\fP class\&. \fP"
|
|
.ti -1c
|
|
.RI "\fBListPickerItemModel\fP (string value, string text)"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBListPickerItemModel\fP class\&. \fP"
|
|
.in -1c
|
|
.SS "Properties"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "string \fBValue\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the Value of an Item \fP"
|
|
.ti -1c
|
|
.RI "string \fBText\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the Text (caption) of an Item \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
\fBModel\fP for the ListPickerItems
|
|
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Model\&.Utility\&.ListPickerItemModel\&.ListPickerItemModel ()"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBListPickerItemModel\fP class\&.
|
|
.SS "CampusAppWP8\&.Model\&.Utility\&.ListPickerItemModel\&.ListPickerItemModel (stringvalue, stringtext)"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBListPickerItemModel\fP class\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIvalue\fP string for the value property of an item
|
|
.br
|
|
\fItext\fP string for the text property of an item
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "string CampusAppWP8\&.Model\&.Utility\&.ListPickerItemModel\&.Text\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the Text (caption) of an Item
|
|
.SS "string CampusAppWP8\&.Model\&.Utility\&.ListPickerItemModel\&.Value\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the Value of an Item
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|