To support third-party components in the system, components must provide user interface code. IPipelineComponentAdmin is provided as a potential interface for use between the component and the component user interface. Use of this or any other interface is entirely up to the component writer.
The IPipelineComponentAdmin interface defines the following methods:
Method | Description |
---|---|
GetConfigData | Returns a Dictionary that contains a component's configuration settings. |
SetConfigData | Sets the configuration settings on a component using the contents of a Dictionary. |