Share via


ConfigurationNameMappingStrategy 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.

Implementation of IBuilderStrategy which maps null instance names into a different name.

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

Syntax

'Declaration
PublicClassConfigurationNameMappingStrategy _
    Inherits EnterpriseLibraryBuilderStrategy
publicclassConfigurationNameMappingStrategy : EnterpriseLibraryBuilderStrategy
publicref classConfigurationNameMappingStrategy : public EnterpriseLibraryBuilderStrategy
publicclass ConfigurationNameMappingStrategy extends EnterpriseLibraryBuilderStrategy

Remarks

The strategy is used to deal with default names.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.ObjectBuilder.BuilderStrategy
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryBuilderStrategy
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfigurationNameMappingStrategy

See Also

ConfigurationNameMappingStrategy Members

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

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfigurationNameMapperAttribute

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.IConfigurationNameMapper

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.