Microsoft.Practices.Unity.Configuration.ConfigurationHelpers Namespace
Classes
Class | Description | |
---|---|---|
ConfigurationElementExtensions |
Helpful extension methods when implementing configuration sections that deserialize "unwrapped" elements - elements that should be deserialized into a container but can be present outside that container in the actual config file.
|
|
DeserializableConfigurationElement |
Base class for configuration elements with a default implementation of public deserialization.
|
|
DeserializableConfigurationElementCollection<TElement> |
Specialization of DeserializableConfigurationElementCollectionBase<TElement> that provides a canned implmentation of CreateNewElement().
|
|
DeserializableConfigurationElementCollectionBase<TElement> |
A base helper class for implementing configuration collections.
|
|
DictionaryExtensions |
A couple of useful extension methods on IDictionary
|
|
TypeResolver |
Type that manage access to a set of type aliases and implements the logic for converting aliases to their actual types.
|
|
TypeResolverImpl |
A helper class that implements the actual logic for resolving a shorthand type name (alias or raw type name) into an actual type object.
|
|
UnknownElementHandlerMap<TContainingElement> |
A helper class used to map element tag names to a handler method used to interpret that element.
|
|
ValueElementHelper |
A helper class that assists in deserializing parameter and property elements. These elements both have a single "value" child element that specify the value to inject for the property or parameter.
|
|
XmlWriterExtensions |
Helper methods on XmlWriter.
|
Interfaces
Interface | Description | |
---|---|---|
IValueProvidingElement |
An element that has a child Value property.
|