IEditorConfig Interface Members
The following tables list the members exposed by IEditorConfig.
Public Methods
Name | Description | |
---|---|---|
GetActivities | The app developer will create all activity and return to the framework. | |
InitializeEditor | InitializeEditor method initializes the app editor with IEditor, which hosts the editor. By reflection, the internal Framework finds IEditorConfig and calls InitializeEditor by passing IEditorBase. IEditorBase is a container for the actual editor. | |
Load | Load method is called by the Framework when load happens. | |
Save | Save method returns the data which the app editor needs to save in the database. Save method is called by the internal Framework whenever the user clicks on save. Dictionary key holds the file name at the time the app is deployed. Every file holds the value. At runtime, the app reads the configuration data from the deployed file. |
See Also