The following tables list the members exposed by ProjectExtension.
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Tests is this Extension is equal to the argument. (Inherited from Extension) |
![]() | GetSchema | This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from Extension) |
![]() | ReadJson | Generates an object from its JSON representation. (Inherited from Extension) |
![]() | ReadXml | Generates an object from its XML representation. (Inherited from Extension) |
![]() | WriteJson | Converts an object into its JSON representation. (Inherited from Extension) |
![]() | WriteXml | Converts an object into its XML representation. (Inherited from Extension) |
Name | Description | |
---|---|---|
![]() | Initialize | 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) |
![]() | OnOwnerInitialized | 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) |
![]() | Uninitialize | This method is called at the end of the Extension life cycle. (Inherited from Extension) |