App Class |
Namespace: foodez
The App type exposes the following members.
Name | Description | |
---|---|---|
![]() | App |
Initializes the singleton application object. This is the first line of authored code
executed, and as such is the logical equivalent of main() or WinMain().
|
Name | Description | |
---|---|---|
![]() | Connect | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Exit | Shuts down the app. (Inherited from Application.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetXamlType(String) | |
![]() | GetXamlType(Type) | |
![]() | GetXmlnsDefinitions | |
![]() | InitializeComponent | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | AlteredNewOrderList | |
![]() ![]() | employeePosition |
The employee's position
|
![]() ![]() | lastCategoryTitle | |
![]() ![]() | MobileService | |
![]() ![]() | NewOrderList |
Name | Description | |
---|---|---|
![]() | DebugSettings | Gets an object that declares how the app behaves when run in a debug environment. (Inherited from Application.) |
![]() | RequestedTheme | Gets or sets a value that determines the light-dark preference for the overall theme of an app. (Inherited from Application.) |
![]() | Resources | Gets a collection of application-scoped resources, such as styles, templates, and brushes. (Inherited from Application.) |
Name | Description | |
---|---|---|
![]() | Resuming | Occurs when the application transitions from Suspended state to Running state. (Inherited from Application.) |
![]() | Suspending | Occurs when the application transitions to Suspended state from some other state. (Inherited from Application.) |
![]() | UnhandledException | Occurs when an exception is raised by application code, forwarded from the native level. Applications can mark the occurrence as handled in event data. (Inherited from Application.) |