The following tables list the members exposed by MobileApplication.
Name | Description | |
---|---|---|
![]() ![]() | ApplicationTitleProperty | Identifies the ApplicationTitle dependency property. |
![]() ![]() | ServerRequestsPendingProperty | Identifies the ServerRequestsPending dependency property. |
![]() ![]() | ShowGpsQualityIndicatorProperty | Identifies the ShowGpsQualityIndicator dependency property. |
Name | Description | |
---|---|---|
![]() | ApplicationExtensions | Gets the ApplicationExtensions for the Project. |
![]() | ApplicationTitle | Title to appear in the application's main window title bar. |
![]() ![]() | Current | The current mobile application. |
![]() | CurrentPage | The page currently displayed in the application. |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | FlowDirection | The default flow direction for the application. |
![]() | GlobalProjectExtensions | Collection of global project extensions (i.e., they apply to all projects). |
![]() | GlobalTasks | Collection of global tasks (i.e., they apply to all projects). |
![]() | GpsConnectionManager | Gets the GPS Connection Manager associated with the application |
![]() | GpsMenuItems | Collection of items in the GPS menu. |
![]() | IsProjectOpen | Indicates whether the application has a project currently opened. |
![]() | (Inherited from | |
![]() | Map | The shared WPF map control. |
![]() | MenuItems | Collection of items used to populate the application menu. |
![]() | Project | The currently opened project. May be null. |
![]() | RoutingService | Routing service |
![]() | ServerRequestsPending | Indicates whether there are any outstanding server requests pending. For example, is the user is downloading or uploading data. |
![]() | Settings | Gets the Application Settings |
![]() | SettingsPages | Collection of application settings pages. |
![]() | ShowGpsQualityIndicator | Shows or hides the GPS Quality Indicator |
Name | Description | |
---|---|---|
![]() | Overloaded. (Inherited from | |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | FindProjectExtension | Finds the first extension of a given type. This searches for the given extension first in the current project's ProjectExtensions collection, followed by the application's GlobalProjectExtensions collection. |
![]() | FindTask | Finds the first task of a given type. This searches for the given extension first in the current project's Tasks collection, followed by the application's GlobalTasks collection. |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | Overloaded. (Inherited from | |
![]() | Transition | Overloaded. Displays a page in the application window, replacing the currently displayed page. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Overloaded. Called when a property value changes. This function raises the event. |
![]() | (Inherited from |
Name | Description | |
---|---|---|
![]() | ProjectClosed | Called after the project has been closed. |
![]() | ProjectClosing | Called when the project is about to be closed. |
![]() | ProjectInitialized | Raised after the project has been loaded and all extensions have been initialized. |
![]() | ProjectInitializing | Raised after the project has been loaded and extensions are being initialized. |
![]() | PropertyChanged | Fires when a property value is changed. |