The following tables list the members exposed by ExtensionManagerExtension.
Name | Description | |
---|---|---|
![]() | ExtensionManagerExtension Constructor | Constructs an ExtensionManagerExtension object. |
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Tests is this Extension is equal to the argument. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
![]() | GetSchema | This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
![]() | ReadJson | Generates an object from its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
![]() | ReadXml | Generates an object from its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
![]() | WriteJson | Converts an object into its JSON representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
![]() | WriteXml | Converts an object into its XML representation. (Inherited from ESRI.ArcGIS.Mobile.Client.Extension) |
Name | Description | |
---|---|---|
![]() | Initialize | Overridden. 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. |
![]() | OnOwnerInitialized | Overridden. This method is called by the Project when it is Initialized. At this point, all other Tasks and ProjectExtensions will have been Initialized. |
![]() | Uninitialize | Overridden. This method is called by the Project before the Project is closed. This gives you the opportunity to detach events from application level objects. |