IClientConfigurationItem Interface

Summary

Implement this interface for configuration items that encapsulate a batch of configuration settings or that need to be applied to ClientObjectContainers after they are opened.
graph BT Type["IClientConfigurationItem"] class Type type-node

Syntax

public interface IClientConfigurationItem

Remarks

Implement this interface for configuration items that encapsulate a batch of configuration settings or that need to be applied to ClientObjectContainers after they are opened.

Methods

Name Value Summary
Apply(IExtClient) void
Gives a chance for the item to configure the just opened ObjectContainer.
Prepare(IClientConfiguration) void
Gives a chance for the item to augment the configuration.