IConfigurationItem Members

The IConfigurationItem type exposes the following members.

Methods


  Name Description
Public method Loaded
Performs any post-load operations. This phase of the configuration allows objects to reference other objects that may be loaded later. Example: A town specifies the stores that are found in the town. A town does this by specifying the name of the store. The town and store objects are loaded during the Load() phase. This is where the objects are created but the town has a property that returns the actual store objects and this Loaded() phase allows the town to find those stores by name.

Properties


  Name Description
Public property ExcludeFromRepository
Returns true, if the configuration object should be excluded from the repository; false, if the configuration object should be added to the repository. When the configuration repository encounters an excluded singleton object during the load phase; the configuration repository will ignore it.