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

The latest Unity Application Block information can be found at the Unity Application Block site.

Represents a strategy in the IBuilder's chain of responsibility. Strategies are required to support both BuildUp and TearDown.

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.ObjectBuilder2 (in Microsoft.Practices.ObjectBuilder2.dll)

Syntax

'Declaration
Public MustInherit Class BuilderStrategy _
    Implements IBuilderStrategy
public abstract class BuilderStrategy : IBuilderStrategy
public ref class BuilderStrategy abstract : IBuilderStrategy
public abstract class BuilderStrategy implements IBuilderStrategy

Inheritance Hierarchy

System.Object
  Microsoft.Practices.ObjectBuilder2.BuilderStrategy
    Microsoft.Practices.ObjectBuilder2.BuilderAwareStrategy
    Microsoft.Practices.ObjectBuilder2.BuildKeyMappingStrategy
    Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy
    Microsoft.Practices.ObjectBuilder2.DynamicMethodCallStrategy
    Microsoft.Practices.ObjectBuilder2.DynamicMethodConstructorStrategy
    Microsoft.Practices.ObjectBuilder2.DynamicMethodPropertySetterStrategy
    Microsoft.Practices.ObjectBuilder2.LifetimeStrategy
    Microsoft.Practices.Unity.ArrayResolutionStrategy
    Microsoft.Practices.Unity.InterceptionExtension.InstanceInterceptionStrategy
    Microsoft.Practices.Unity.InterceptionExtension.TypeInterceptionStrategy

See Also

BuilderStrategy Members

Microsoft.Practices.ObjectBuilder2 Namespace