ESRI.ArcGIS.Mobile.Client
Extension Class Members
See Also  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Extension Class


The following tables list the members exposed by Extension.

Public Methods

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

Protected Methods

 NameDescription
Protected MethodInitialize At this point you are guaranteed that all other Extensions (of that type) have been instantiated. This method is called by the Application when it is initializing.  
Protected MethodOnOwnerInitialized This method is called when the owner of this extension has been initialized. At this point all other Extensions with the same owner have been Initialized.  
Protected MethodUninitialize This method is called at the end of the Extension life cycle.  
Top

See Also