Files
win8phoneApp/Doc/man/man3/CampusAppWP8_App.3
stubbfel 7068d54406 add doku
2013-06-13 13:32:21 +02:00

104 lines
2.2 KiB
Groff

.TH "CampusAppWP8.App" 3 "Thu Jun 13 2013" "CampusAppWP8" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CampusAppWP8.App \-
.SH SYNOPSIS
.br
.PP
.PP
Inherits Application, Application, and Application\&.
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBApp\fP ()"
.br
.RI "\fIKonstruktor für das Application-Objekt\&. \fP"
.ti -1c
.RI "void \fBInitializeComponent\fP ()"
.br
.RI "\fIInitializeComponent \fP"
.ti -1c
.RI "void \fBInitializeComponent\fP ()"
.br
.RI "\fIInitializeComponent \fP"
.in -1c
.SS "Static Public Member Functions"
.in +1c
.ti -1c
.RI "static void \fBSaveToIsolatedStorage< T >\fP (string key, T value)"
.br
.RI "\fIMethod save any object to the IsolatedStorage \fP"
.ti -1c
.RI "static T \fBLoadFromIsolatedStorage< T >\fP (string key)"
.br
.RI "\fIMethod load any object to the IsolatedStorage \fP"
.in -1c
.SS "Properties"
.in +1c
.ti -1c
.RI "static PhoneApplicationFrame \fBRootFrame\fP\fC [get, set]\fP"
.br
.RI "\fIBietet einen einfachen Zugriff auf den Stammframe der Phone-Anwendung\&. \fP"
.in -1c
.SH "Constructor & Destructor Documentation"
.PP
.SS "CampusAppWP8\&.App\&.App ()"
.PP
Konstruktor für das Application-Objekt\&.
.SH "Member Function Documentation"
.PP
.SS "void CampusAppWP8\&.App\&.InitializeComponent ()"
.PP
InitializeComponent
.SS "void CampusAppWP8\&.App\&.InitializeComponent ()"
.PP
InitializeComponent
.SS "static T CampusAppWP8\&.App\&.LoadFromIsolatedStorage< T > (stringkey)\fC [static]\fP"
.PP
Method load any object to the IsolatedStorage
.PP
\fBParameters:\fP
.RS 4
\fIkey\fP key of the object
.RE
.PP
.SS "static void CampusAppWP8\&.App\&.SaveToIsolatedStorage< T > (stringkey, Tvalue)\fC [static]\fP"
.PP
Method save any object to the IsolatedStorage
.PP
\fBParameters:\fP
.RS 4
\fIkey\fP key of the object
.br
\fIvalue\fP value of the object, if value == null => remove key
.RE
.PP
.SH "Property Documentation"
.PP
.SS "PhoneApplicationFrame CampusAppWP8\&.App\&.RootFrame\fC [static]\fP, \fC [get]\fP, \fC [set]\fP"
.PP
Bietet einen einfachen Zugriff auf den Stammframe der Phone-Anwendung\&.
.PP
\fBReturns:\fP
.RS 4
Der Stammframe der Phone-Anwendung\&.
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for CampusAppWP8 from the source code\&.