IBuildPlanPolicy Interface

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.

A build plan is an object that, when invoked, will create a new object or fill in a given existing one. It encapsulates all the information gathered by the strategies to construct a particular object.

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

Syntax

'Declaration
Public Interface IBuildPlanPolicy _
    Implements IBuilderPolicy
public interface IBuildPlanPolicy : IBuilderPolicy
public interface class IBuildPlanPolicy : IBuilderPolicy
public interface IBuildPlanPolicy extends IBuilderPolicy

See Also

IBuildPlanPolicy Members

Microsoft.Practices.ObjectBuilder2 Namespace