ESRI.ArcGIS.Mobile.Client
MobileApplication Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : MobileApplication Class


The following tables list the members exposed by MobileApplication.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)ApplicationTitleProperty Identifies the ApplicationTitle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ServerRequestsPendingProperty Identifies the ServerRequestsPending dependency property.  
Top

Public Properties

 NameDescription
Public PropertyApplicationExtensions Gets the ApplicationExtensions for the Project.  
Public PropertyApplicationTitle Title to appear in the application's main window title bar.  
Public Propertystatic (Shared in Visual Basic)Current The current mobile application.  
Public PropertyCurrentPage The page currently displayed in the application.  
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFlowDirection The default flow direction for the application.  
Public PropertyGlobalProjectExtensions Collection of global project extensions (i.e., they apply to all projects).  
Public PropertyGlobalTasks Collection of global tasks (i.e., they apply to all projects).  
Public PropertyGpsConnectionManager Gets the GPS Connection Manager associated with the application  
Public PropertyGpsMenuItems Collection of items in the GPS menu.  
Public PropertyIsProjectOpen Indicates whether the application has a project currently opened.  
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyMap The shared WPF map control.  
Public PropertyMenuItems Collection of items used to populate the application menu.  
Public PropertyProject The currently opened project. May be null.  
Public PropertyServerRequestsPending Indicates whether there are any outstanding server requests pending. For example, is the user is getting data or posting updates.  
Public PropertySettings Gets the Application Settings  
Public PropertySettingsPages Collection of application settings pages.  
Top

Public Methods

 NameDescription
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodFindProjectExtension 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.  
Public MethodFindTask 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.  
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodTransitionOverloaded.  Displays a page in the application window, replacing the currently displayed page.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChangedOverloaded.  Called when a property value changes. This function raises the event.  
Protected MethodShouldSerializeProperty (Inherited from System.Windows.DependencyObject)
Top

Public Events

 NameDescription
Public EventProjectClosed Called after the project has been closed.  
Public EventProjectClosing Called when the project is about to be closed.  
Public EventProjectInitialized Raised after the project has been loaded and all extensions have been initialized.  
Public EventProjectInitializing Raised after the project has been loaded and extensions are being initialized.  
Public EventPropertyChanged Fires when a property value is changed.  
Top

See Also

© 2010 All Rights Reserved.