change namespace of taghandler and add docs

This commit is contained in:
stubbfel
2013-10-18 09:32:53 +02:00
parent a81c36280b
commit a4769600f5
2141 changed files with 124696 additions and 31911 deletions

View File

@@ -1,10 +1,10 @@
.TH "CampusAppWP8.Utility.Lui.Button.NavigateButton" 3 "Fri Oct 11 2013" "CampusAppWp8" \" -*- nroff -*-
.TH "CampusAppWP8.Utility.Lui.Button.NavigateButton" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CampusAppWP8.Utility.Lui.Button.NavigateButton \-
.PP
This class create an \fBButton\fP which navigate to a certain page
This class create an \fBButton\fP which navigate to a certain page\&.
.SH SYNOPSIS
.br
@@ -25,15 +25,15 @@ Inherits Button\&.
.ti -1c
.RI "static readonly DependencyProperty \fBNavigateProperty\fP = DependencyProperty\&.Register('Url', typeof(object), typeof(\fBNavigateButton\fP), new PropertyMetadata(false))"
.br
.RI "\fIRegister the UrlProperty \fP"
.RI "\fIRegister the UrlProperty\&. \fP"
.ti -1c
.RI "static readonly DependencyProperty \fBQueryValueProperty\fP = DependencyProperty\&.Register('QuerryStringValue', typeof(object), typeof(\fBNavigateButton\fP), new PropertyMetadata(false))"
.br
.RI "\fIRegister the QueryValueProperty \fP"
.RI "\fIRegister the QueryValueProperty\&. \fP"
.ti -1c
.RI "static readonly DependencyProperty \fBQueryNameProperty\fP = DependencyProperty\&.Register('QuerryStringName', typeof(object), typeof(\fBNavigateButton\fP), new PropertyMetadata(false))"
.br
.RI "\fIRegister the QueryNameProperty \fP"
.RI "\fIRegister the QueryNameProperty\&. \fP"
.in -1c
.SS "Protected Member Functions"
@@ -41,7 +41,7 @@ Inherits Button\&.
.ti -1c
.RI "override void \fBOnClick\fP ()"
.br
.RI "\fIOverrides the OnClick-Method from button \fP"
.RI "\fIOverrides the OnClick-Method from button\&. \fP"
.in -1c
.SS "Properties"
@@ -49,62 +49,78 @@ Inherits Button\&.
.ti -1c
.RI "object \fBUrl\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the Url \fP"
.RI "\fIGets or sets the Url\&. \fP"
.ti -1c
.RI "object \fBQuerryStringName\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the QueryStringName \fP"
.RI "\fIGets or sets the QueryStringName\&. \fP"
.ti -1c
.RI "object \fBQuerryStringValue\fP\fC [get, set]\fP"
.br
.RI "\fIGets or sets the QueryStringValue \fP"
.RI "\fIGets or sets the QueryStringValue\&. \fP"
.in -1c
.SH "Detailed Description"
.PP
This class create an \fBButton\fP which navigate to a certain page
This class create an \fBButton\fP which navigate to a certain page\&.
Stubbfel, 15\&.10\&.2013\&.
.PP
\fBSee Also:\fP
.RS 4
T:System\&.Windows\&.Controls\&.Button
.PP
.RE
.PP
.SH "Constructor & Destructor Documentation"
.PP
.SS "CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.NavigateButton ()"
.PP
Initializes a new instance of the \fBNavigateButton\fP class\&.
Initializes a new instance of the \fBNavigateButton\fP class\&. Stubbfel, 15\&.10\&.2013\&.
.SH "Member Function Documentation"
.PP
.SS "override void CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.OnClick ()\fC [protected]\fP"
.PP
Overrides the OnClick-Method from button now method navigate to a certain page
Overrides the OnClick-Method from button\&. now method navigate to a certain page\&.
.PP
\fBSee Also:\fP
.RS 4
M:System\&.Windows\&.Controls\&.Button\&.OnClick()
.PP
.RE
.PP
.SH "Member Data Documentation"
.PP
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.NavigateProperty = DependencyProperty\&.Register('Url', typeof(object), typeof(\fBNavigateButton\fP), new PropertyMetadata(false))\fC [static]\fP"
.PP
Register the UrlProperty
Register the UrlProperty\&.
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.QueryNameProperty = DependencyProperty\&.Register('QuerryStringName', typeof(object), typeof(\fBNavigateButton\fP), new PropertyMetadata(false))\fC [static]\fP"
.PP
Register the QueryNameProperty
Register the QueryNameProperty\&.
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.QueryValueProperty = DependencyProperty\&.Register('QuerryStringValue', typeof(object), typeof(\fBNavigateButton\fP), new PropertyMetadata(false))\fC [static]\fP"
.PP
Register the QueryValueProperty
Register the QueryValueProperty\&.
.SH "Property Documentation"
.PP
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.QuerryStringName\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the QueryStringName
Gets or sets the QueryStringName\&. The name of the query string\&.
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.QuerryStringValue\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the QueryStringValue
Gets or sets the QueryStringValue\&. The query string value\&.
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.NavigateButton\&.Url\fC [get]\fP, \fC [set]\fP"
.PP
Gets or sets the Url
Gets or sets the Url\&. The URL\&.
.SH "Author"
.PP
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
Generated automatically by Doxygen for CampusAppW8 from the source code\&.