AVEVA OMI Software Developer Kit
Methods 

ArchestrA.Client.AppConfig Namespace : IEditorConfig Interface
IEditorConfig Interface Members

The following tables list the members exposed by IEditorConfig.

Public Methods
 NameDescription
 Method The app developer will create all activity and return to the framework.  
 Method 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.  
 Method Load method is called by the Framework when load happens.  
 Method 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.  
Top
See Also