Share via


Microsoft.Practices.Unity.Configuration Namespace

Classes

  Class Description
Ee650236.pubclass(en-us,PandP.20).gif AliasElement
A configuration element storing information about a single type alias.
Ee650236.pubclass(en-us,PandP.20).gif AliasElementCollection
A collection of AliasElements.
Ee650236.pubclass(en-us,PandP.20).gif ArrayElement
A configuration element used to configure injection of a specific set of values into an array.
Ee650236.pubclass(en-us,PandP.20).gif AssemblyElement
A configuration element representing the namespace tags in the config file.
Ee650236.pubclass(en-us,PandP.20).gif AssemblyElementCollection
A collection of AssemblyElements in configuration.
Ee650236.pubclass(en-us,PandP.20).gif ConstructorElement
Configuration element representing a constructor configuration.
Ee650236.pubclass(en-us,PandP.20).gif ContainerConfiguringElement
A base class for those elements that can be used to configure a unity container.
Ee650236.pubclass(en-us,PandP.20).gif ContainerConfiguringElementCollection
A collection of ContainerConfiguringElements as loaded from configuration.
Ee650236.pubclass(en-us,PandP.20).gif ContainerElement
A configuration element class defining the set of registrations to be put into a container.
Ee650236.pubclass(en-us,PandP.20).gif ContainerElementCollection
Collection element for ContainerElements.
Ee650236.pubclass(en-us,PandP.20).gif ContainerExtensionElement
Configuration element representing an extension to add to a container.
Ee650236.pubclass(en-us,PandP.20).gif ContainerExtensionElementCollection
A collection of ContainerExtensionElements.
Ee650236.pubclass(en-us,PandP.20).gif DependencyElement
A ParameterValueElement derived class that describes a parameter that should be resolved through the container.
Ee650236.pubclass(en-us,PandP.20).gif ExtensionConfigurationElement
Base class used to derive new elements that can occur directly within a container element.
Ee650236.pubclass(en-us,PandP.20).gif ExtensionConfigurationElementCollection
A collection of ExtensionConfigurationElements.
Ee650236.pubclass(en-us,PandP.20).gif ExtensionElementMap
This class manages the set of extension elements added by section elements.
Ee650236.pubclass(en-us,PandP.20).gif InjectionMemberElement
Base class for configuration elements that generate InjectionMember object to configure a container.
Ee650236.pubclass(en-us,PandP.20).gif InjectionMemberElementCollection
A polymorphic collection of InjectionMemberElements.
Ee650236.pubclass(en-us,PandP.20).gif InstanceElement
A configuration element that describes an instance to add to the container.
Ee650236.pubclass(en-us,PandP.20).gif InstanceElementCollection
A collection of InstanceElements.
Ee650236.pubclass(en-us,PandP.20).gif LifetimeElement
A configuration element that represents lifetime managers.
Ee650236.pubclass(en-us,PandP.20).gif MethodElement
A configuration element representing a method to call.
Ee650236.pubclass(en-us,PandP.20).gif NamedElement
An element with a single "name" property, used for the namespaces and assemblies.
Ee650236.pubclass(en-us,PandP.20).gif NamespaceElement
A configuration element representing the namespace tags in the config file.
Ee650236.pubclass(en-us,PandP.20).gif NamespaceElementCollection
A collection of NamespaceElements in configuration.
Ee650236.pubclass(en-us,PandP.20).gif OptionalElement
A configuration element that specifies that a value is optional.
Ee650236.pubclass(en-us,PandP.20).gif ParameterElement
Configuration element representing a parameter passed to a constructor or a method.
Ee650236.pubclass(en-us,PandP.20).gif ParameterElementCollection
A collection of ParameterElement objects.
Ee650236.pubclass(en-us,PandP.20).gif ParameterValueElement
Base class for configuration elements that describe a value that will be injected.
Ee650236.pubclass(en-us,PandP.20).gif ParameterValueElementCollection
A collection of ParameterValueElement objects.
Ee650236.pubclass(en-us,PandP.20).gif PropertyElement
A class representing a property configuration element.
Ee650236.pubclass(en-us,PandP.20).gif RegisterElement
A configuration element representing a single container type registration.
Ee650236.pubclass(en-us,PandP.20).gif RegisterElementCollection
A collection of RegisterElements.
Ee650236.pubclass(en-us,PandP.20).gif SectionExtension
Base class for Unity configuration section extensions. Derived classes are used to add custom elments and aliases into the configuration section being loaded.
Ee650236.pubclass(en-us,PandP.20).gif SectionExtensionContext
An object that gives the ability to add elements and aliases to a configuration section.
Ee650236.pubclass(en-us,PandP.20).gif SectionExtensionElement
A configuration element used to specify which extensions to add to the configuration schema.
Ee650236.pubclass(en-us,PandP.20).gif SectionExtensionElementCollection
A collection of SectionExtensionElements.
Ee650236.pubclass(en-us,PandP.20).gif UnityConfigurationSection
A configuration section describing configuration for an IUnityContainer.
Ee650236.pubclass(en-us,PandP.20).gif UnityContainerExtensions
Extensions to IUnityContainer to simplify loading configuration into a container.
Ee650236.pubclass(en-us,PandP.20).gif ValueElement
Element that describes a constant value that will be injected into the container.