change namespace of taghandler and add docs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.TH "CampusAppWP8.Utility.Lui.Button.AddPersonButton" 3 "Fri Oct 11 2013" "CampusAppWp8" \" -*- nroff -*-
|
||||
.TH "CampusAppWP8.Utility.Lui.Button.AddPersonButton" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
CampusAppWP8.Utility.Lui.Button.AddPersonButton \-
|
||||
.PP
|
||||
Add person button\&.
|
||||
Add person button\&.
|
||||
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
@@ -17,7 +17,7 @@ Inherits Button\&.
|
||||
.ti -1c
|
||||
.RI "\fBAddPersonButton\fP ()"
|
||||
.br
|
||||
.RI "\fIInitializes a new instance of the \fBAddPersonButton\fP class\&.\fP"
|
||||
.RI "\fIInitializes a new instance of the \fBAddPersonButton\fP class\&. \fP"
|
||||
.in -1c
|
||||
.SS "Static Public Attributes"
|
||||
|
||||
@@ -25,11 +25,11 @@ Inherits Button\&.
|
||||
.ti -1c
|
||||
.RI "static readonly DependencyProperty \fBPersonIdProperty\fP = DependencyProperty\&.Register('PersonID', typeof(object), typeof(\fBAddPersonButton\fP), new PropertyMetadata(false))"
|
||||
.br
|
||||
.RI "\fIThe person identifier property\&.\fP"
|
||||
.RI "\fIThe person identifier property\&. \fP"
|
||||
.ti -1c
|
||||
.RI "static readonly DependencyProperty \fBFunctionIndexProperty\fP = DependencyProperty\&.Register('FunctionIndex', typeof(object), typeof(\fBAddPersonButton\fP), new PropertyMetadata(false))"
|
||||
.br
|
||||
.RI "\fIThe function index property\&.\fP"
|
||||
.RI "\fIThe function index property\&. \fP"
|
||||
.in -1c
|
||||
.SS "Properties"
|
||||
|
||||
@@ -37,44 +37,52 @@ Inherits Button\&.
|
||||
.ti -1c
|
||||
.RI "object \fBPersonId\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets the identifier of the person\&.\fP"
|
||||
.RI "\fIGets or sets the identifier of the person\&. \fP"
|
||||
.ti -1c
|
||||
.RI "object \fBFunctionIndex\fP\fC [get, set]\fP"
|
||||
.br
|
||||
.RI "\fIGets or sets zero-based index of the function\&.\fP"
|
||||
.RI "\fIGets or sets zero-based index of the function\&. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Add person button\&.
|
||||
Add person button\&.
|
||||
|
||||
Stubbfel, 12\&.09\&.2013\&.
|
||||
.PP
|
||||
\fBSee Also:\fP
|
||||
.RS 4
|
||||
T:System\&.Windows\&.Controls\&.Button
|
||||
.PP
|
||||
.RE
|
||||
.PP
|
||||
|
||||
Stubbfel, 12\&.09\&.2013\&.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "CampusAppWP8\&.Utility\&.Lui\&.Button\&.AddPersonButton\&.AddPersonButton ()"
|
||||
|
||||
.PP
|
||||
Initializes a new instance of the \fBAddPersonButton\fP class\&.Stubbfel, 12\&.09\&.2013\&.
|
||||
Initializes a new instance of the \fBAddPersonButton\fP class\&. Stubbfel, 12\&.09\&.2013\&.
|
||||
.SH "Member Data Documentation"
|
||||
.PP
|
||||
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.AddPersonButton\&.FunctionIndexProperty = DependencyProperty\&.Register('FunctionIndex', typeof(object), typeof(\fBAddPersonButton\fP), new PropertyMetadata(false))\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
The function index property\&.
|
||||
The function index property\&.
|
||||
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.AddPersonButton\&.PersonIdProperty = DependencyProperty\&.Register('PersonID', typeof(object), typeof(\fBAddPersonButton\fP), new PropertyMetadata(false))\fC [static]\fP"
|
||||
|
||||
.PP
|
||||
The person identifier property\&.
|
||||
The person identifier property\&.
|
||||
.SH "Property Documentation"
|
||||
.PP
|
||||
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.AddPersonButton\&.FunctionIndex\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets zero-based index of the function\&.The function index\&.
|
||||
Gets or sets zero-based index of the function\&. The function index\&.
|
||||
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.AddPersonButton\&.PersonId\fC [get]\fP, \fC [set]\fP"
|
||||
|
||||
.PP
|
||||
Gets or sets the identifier of the person\&.The identifier of the person\&.
|
||||
Gets or sets the identifier of the person\&. The identifier of the person\&.
|
||||
|
||||
.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