change namespace of taghandler and add docs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.TH "CampusAppWP8.Utility.Lui.MessageBoxes.MessageBoxes" 3 "Fri Oct 11 2013" "CampusAppWp8" \" -*- nroff -*-
|
||||
.TH "CampusAppWP8.Utility.Lui.MessageBoxes.MessageBoxes" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
CampusAppWP8.Utility.Lui.MessageBoxes.MessageBoxes \-
|
||||
.PP
|
||||
Class creates some \fBMessageBoxes\fP
|
||||
Class creates some \fBMessageBoxes\fP\&.
|
||||
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
@@ -15,110 +15,127 @@ Class creates some \fBMessageBoxes\fP
|
||||
.ti -1c
|
||||
.RI "static MessageBoxResult \fBShowGoeWatchOptInBox\fP ()"
|
||||
.br
|
||||
.RI "\fIMethod show the MessageBox for the GeoWatch-OptIn \fP"
|
||||
.RI "\fIMethod show the MessageBox for the GeoWatch-OptIn\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static MessageBoxResult \fBShowMainModelErrorMessageBox\fP (string text)"
|
||||
.br
|
||||
.RI "\fIMethod show the MessageBox for the ErrorMessageBox \fP"
|
||||
.RI "\fIMethod show the MessageBox for the ErrorMessageBox\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static MessageBoxResult \fBShowMainModelInfoMessageBox\fP (string text)"
|
||||
.br
|
||||
.RI "\fIShows the main model information message box\&.\fP"
|
||||
.RI "\fIShows the main model information message box\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static MessageBoxResult \fBShowPlaceInfoMessageBox\fP (string text)"
|
||||
.br
|
||||
.RI "\fIShows the place information message box\&.\fP"
|
||||
.RI "\fIShows the place information message box\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static MessageBoxResult \fBShowPlaceInfoOkCancelMessageBox\fP (string text)"
|
||||
.br
|
||||
.RI "\fIShows the place information message box (OKCancel-Box)\&.\fP"
|
||||
.RI "\fIShows the place information message box (OKCancel-Box)\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static MessageBoxResult \fBShowBtuTagInfoOkCancelMessageBox\fP (string text=null)"
|
||||
.br
|
||||
.RI "\fIShows the btu tag information ok cancel message box\&. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Class creates some \fBMessageBoxes\fP
|
||||
|
||||
Class creates some \fBMessageBoxes\fP\&.
|
||||
|
||||
Stubbfel, 15\&.10\&.2013\&.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "static MessageBoxResult CampusAppWP8\&.Utility\&.Lui\&.MessageBoxes\&.MessageBoxes\&.ShowGoeWatchOptInBox ()\fC [static]\fP"
|
||||
.SS "static MessageBoxResult CampusAppWP8\&.Utility\&.Lui\&.MessageBoxes\&.MessageBoxes\&.ShowBtuTagInfoOkCancelMessageBox (stringtext = \fCnull\fP)\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
Method show the MessageBox for the GeoWatch-OptIn
|
||||
Shows the btu tag information ok cancel message box\&. Stubbfel, 15\&.10\&.2013\&.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fItext\fP (Optional) custom text for the box\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
result of the UserInteraction
|
||||
A MessageBoxResult\&.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.SS "static MessageBoxResult CampusAppWP8\&.Utility\&.Lui\&.MessageBoxes\&.MessageBoxes\&.ShowGoeWatchOptInBox ()\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
Method show the MessageBox for the GeoWatch-OptIn\&. Stubbfel, 15\&.10\&.2013\&.
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
result of the UserInteraction\&.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.SS "static MessageBoxResult CampusAppWP8\&.Utility\&.Lui\&.MessageBoxes\&.MessageBoxes\&.ShowMainModelErrorMessageBox (stringtext)\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
Method show the MessageBox for the ErrorMessageBox
|
||||
Method show the MessageBox for the ErrorMessageBox\&. Stubbfel, 15\&.10\&.2013\&.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fItext\fP custom text for the box
|
||||
\fItext\fP custom text for the box\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
result of the UserInteraction
|
||||
result of the UserInteraction\&.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.SS "static MessageBoxResult CampusAppWP8\&.Utility\&.Lui\&.MessageBoxes\&.MessageBoxes\&.ShowMainModelInfoMessageBox (stringtext)\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
Shows the main model information message box\&.Stubbfel, 10\&.09\&.2013\&.
|
||||
Shows the main model information message box\&. Stubbfel, 10\&.09\&.2013\&.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fItext\fP custom text for the box\&.
|
||||
\fItext\fP custom text for the box\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
result of the UserInteraction
|
||||
result of the UserInteraction\&.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.SS "static MessageBoxResult CampusAppWP8\&.Utility\&.Lui\&.MessageBoxes\&.MessageBoxes\&.ShowPlaceInfoMessageBox (stringtext)\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
Shows the place information message box\&.Stubbfel, 10\&.09\&.2013\&.
|
||||
Shows the place information message box\&. Stubbfel, 10\&.09\&.2013\&.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fItext\fP custom text for the box\&.
|
||||
\fItext\fP custom text for the box\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
result of the UserInteraction
|
||||
result of the UserInteraction\&.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.SS "static MessageBoxResult CampusAppWP8\&.Utility\&.Lui\&.MessageBoxes\&.MessageBoxes\&.ShowPlaceInfoOkCancelMessageBox (stringtext)\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
Shows the place information message box (OKCancel-Box)\&.Stubbfel, 10\&.09\&.2013\&.
|
||||
Shows the place information message box (OKCancel-Box)\&. Stubbfel, 10\&.09\&.2013\&.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fItext\fP custom text for the box\&.
|
||||
\fItext\fP custom text for the box\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBReturns:\fP
|
||||
.RS 4
|
||||
result of the UserInteraction
|
||||
result of the UserInteraction\&.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|
||||
Generated automatically by Doxygen for CampusAppW8 from the source code\&.
|
||||
|
||||
Reference in New Issue
Block a user