Share via


PropertyReflectionStrategy Class

Definition

public ref class PropertyReflectionStrategy : Microsoft::Practices::ObjectBuilder::ReflectionStrategy<System::Reflection::PropertyInfo ^>
public class PropertyReflectionStrategy : Microsoft.Practices.ObjectBuilder.ReflectionStrategy<System.Reflection.PropertyInfo>
type PropertyReflectionStrategy = class
    inherit ReflectionStrategy<PropertyInfo>
Public Class PropertyReflectionStrategy
Inherits ReflectionStrategy(Of PropertyInfo)
Inheritance

Constructors

PropertyReflectionStrategy()

Methods

AddParametersToPolicy(IBuilderContext, Type, String, IReflectionMemberInfo<PropertyInfo>, IEnumerable<IParameter>)
AddParametersToPolicy(IBuilderContext, Type, String, IReflectionMemberInfo<TMemberInfo>, IEnumerable<IParameter>) (Inherited from ReflectionStrategy<TMemberInfo>)
BuildUp(IBuilderContext, Type, Object, String) (Inherited from ReflectionStrategy<TMemberInfo>)
BuildUp<TItem>(IBuilderContext, TItem, String) (Inherited from BuilderStrategy)
GetMembers(IBuilderContext, Type, Object, String)
MemberRequiresProcessing(IReflectionMemberInfo<PropertyInfo>)
MemberRequiresProcessing(IReflectionMemberInfo<TMemberInfo>) (Inherited from ReflectionStrategy<TMemberInfo>)
ParametersToTypeList(Object[]) (Inherited from BuilderStrategy)
TearDown(IBuilderContext, Object) (Inherited from BuilderStrategy)
TraceBuildUp(IBuilderContext, Type, String, String, Object[]) (Inherited from BuilderStrategy)
TraceEnabled(IBuilderContext) (Inherited from BuilderStrategy)
TraceTearDown(IBuilderContext, Object, String, Object[]) (Inherited from BuilderStrategy)

Applies to