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


The following tables list the members exposed by ProjectExtension.

Public Methods

 NameDescription
Public MethodEqualsOverloaded.  Tests is this Extension is equal to the argument. (Inherited from Extension)
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from Extension)
Public MethodReadJson Generates an object from its JSON representation. (Inherited from Extension)
Public MethodReadXml Generates an object from its XML representation. (Inherited from Extension)
Public MethodWriteJson Converts an object into its JSON representation. (Inherited from Extension)
Public MethodWriteXml Converts an object into its XML representation. (Inherited from Extension)
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. (Inherited from Extension)
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. (Inherited from Extension)
Protected MethodUninitialize This method is called at the end of the Extension life cycle. (Inherited from Extension)
Top

See Also