120 lines
2.6 KiB
Groff
120 lines
2.6 KiB
Groff
.TH "CampusAppWP8.App" 3 "Thu Aug 15 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.App \-
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits Application\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBApp\fP ()"
|
|
.br
|
|
.RI "\fIKonstruktor für das Application-Objekt\&. \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"
|
|
.ti -1c
|
|
.RI "static void \fBSaveToAppState< T >\fP (string key, T value)"
|
|
.br
|
|
.RI "\fIMethod save any object to the IsolatedStorage \fP"
|
|
.ti -1c
|
|
.RI "static T \fBLoadFromAppState< 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 "static T CampusAppWP8\&.App\&.LoadFromAppState< 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 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\&.SaveToAppState< 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
|
|
|
|
.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\&.
|