ESRI.ArcGIS.Mobile.Client
ExtensionManagerExtension Class Members
See Also  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client.Extensions.ExtensionManager Namespace : ExtensionManagerExtension Class


The following tables list the members exposed by ExtensionManagerExtension.

Public Constructors

 NameDescription
Public ConstructorExtensionManagerExtension Constructor Constructs an ExtensionManagerExtension object.  
Top

Public Methods

 NameDescription
Public MethodEqualsOverloaded.  Tests is this Extension is equal to the argument. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Public MethodReadJson Generates an object from its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Public MethodReadXml Generates an object from its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Public MethodWriteJson Converts an object into its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Public MethodWriteXml Converts an object into its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension)
Top

Protected Methods

 NameDescription
Protected MethodInitializeOverridden.  At this point you are guaranteed that all other Tasks and Extensions have been instantiated. This method is called by a project when it is initializing.  
Protected MethodOnOwnerInitializedOverridden.  This method is called by the Project when it is Initialized. At this point, all other Tasks and ProjectExtensions will have been Initialized.  
Protected MethodUninitializeOverridden.  This method is called by the Project before the Project is closed. This gives you the opportunity to detach events from application level objects.  
Top

See Also