IEmbeddedConfigurationItem Interface

Summary

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

Syntax

public interface IEmbeddedConfigurationItem

Remarks

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

Methods

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