PropertySelectorBase<TResolutionAttribute> 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.

Base class that provides an implementation of IPropertySelectorPolicy which lets you override how the parameter resolvers are created.

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

Syntax

'Declaration
Public MustInherit Class PropertySelectorBase(Of TResolutionAttribute As Attribute) _
    Implements IPropertySelectorPolicy, IBuilderPolicy
public abstract class PropertySelectorBase<TResolutionAttribute> : IPropertySelectorPolicy, 
    IBuilderPolicy
where TResolutionAttribute : Attribute
generic<typename TResolutionAttribute>
where TResolutionAttribute : Attribute
public ref class PropertySelectorBase abstract : IPropertySelectorPolicy, 
    IBuilderPolicy
JScript does not support generic types or methods.

Type Parameters

  • TResolutionAttribute

Inheritance Hierarchy

System.Object
  Microsoft.Practices.ObjectBuilder2.PropertySelectorBase<TResolutionAttribute>
    Microsoft.Practices.ObjectBuilder2.PropertySelectorPolicy<TResolutionAttribute>
    Microsoft.Practices.Unity.ObjectBuilder.DefaultUnityPropertySelectorPolicy

See Also

PropertySelectorBase<TResolutionAttribute> Members

Microsoft.Practices.ObjectBuilder2 Namespace