EnterpriseLibraryBuilderStrategy Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Base class for custom strategies used with ObjectBuilder. Provides methods to retrieve useful information from the context.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
PublicMustInheritClassEnterpriseLibraryBuilderStrategy _
    Inherits BuilderStrategy
publicabstractclassEnterpriseLibraryBuilderStrategy : BuilderStrategy
publicref classEnterpriseLibraryBuilderStrategyabstract : public BuilderStrategy
publicabstractclass EnterpriseLibraryBuilderStrategy extends BuilderStrategy

Inheritance Hierarchy

System.Object
  Microsoft.Practices.ObjectBuilder.BuilderStrategy
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryBuilderStrategy
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfigurationNameMappingStrategy
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfiguredObjectStrategy
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.InstrumentationStrategy
      Microsoft.Practices.EnterpriseLibrary.PolicyInjection.ObjectBuilder.PolicyInjectionStrategy

See Also

EnterpriseLibraryBuilderStrategy Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.