Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / IConfigurationEditor Interface
Members

IConfigurationEditor Interface
Can be implemented by an Extension to provide a user interface for managing Extension configuration
Syntax
'Declaration
 
Public Interface IConfigurationEditor 
 
Remarks
To implement a configuration management user interface for an Extension add this interface to a Windows Form that will be your custom configuration dialog. Loupe will create & dispose the interface as required. An Extension (e.g. a particular IExtensionDefinition implementation) can only have a single configuration editor associated with it, and it must be declared in the LoupeExtensionAttribute on the IExtensionController implementation. This is necessary because the configuration editor is used when initially configuring and enabling the Extension before it is initialized the first time.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also