C# Class Nettiers.AdventureWorks.Entities.Validation.PropertyValidatorValueAccessBuilder

Property Validator Value Access Builder
Inheritance: Microsoft.Practices.EnterpriseLibrary.Validation.MemberValueAccessBuilder
Show file Open project: netTiers/netTiers

Protected Methods

Method Description
DoGetFieldValueAccess ( FieldInfo fieldInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess

Does the get field value access.

DoGetMethodValueAccess ( MethodInfo methodInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess

Does the get method value access.

DoGetPropertyValueAccess ( PropertyInfo propertyInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess

Does the get property value access.

Method Details

DoGetFieldValueAccess() protected method

Does the get field value access.
protected DoGetFieldValueAccess ( FieldInfo fieldInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess
fieldInfo System.Reflection.FieldInfo The field info.
return Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess

DoGetMethodValueAccess() protected method

Does the get method value access.
protected DoGetMethodValueAccess ( MethodInfo methodInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess
methodInfo System.Reflection.MethodInfo The method info.
return Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess

DoGetPropertyValueAccess() protected method

Does the get property value access.
protected DoGetPropertyValueAccess ( PropertyInfo propertyInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess
propertyInfo System.Reflection.PropertyInfo The property info.
return Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess