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


The following tables list the members exposed by ApplicationSettings.

Public Properties

 NameDescription
Public PropertyCoordinateDisplayFormat Gets current Coordinate display format  
Public PropertyOpenGpsOnStartup Gets or sets a value determining whether the GPS connection should be opened when the application starts up.  
Public PropertyUnitSystem Gets current Unit system setting  
Top

Public Methods

 NameDescription
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Occurs when a property value is changed  
Protected MethodPrivateReadXml Reads any application settings defined in this portion of the partial class.  
Protected MethodPrivateWriteXml Writes any application settings defined in this portion of the partial class.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value is changed  
Top

See Also