C# Класс Nettiers.AdventureWorks.Entities.Validation.PropertyValidatorValueAccessBuilder

Property Validator Value Access Builder
Наследование: Microsoft.Practices.EnterpriseLibrary.Validation.MemberValueAccessBuilder
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

DoGetFieldValueAccess() защищенный Метод

Does the get field value access.
protected DoGetFieldValueAccess ( FieldInfo fieldInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess
fieldInfo System.Reflection.FieldInfo The field info.
Результат Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess

DoGetMethodValueAccess() защищенный Метод

Does the get method value access.
protected DoGetMethodValueAccess ( MethodInfo methodInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess
methodInfo System.Reflection.MethodInfo The method info.
Результат Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess

DoGetPropertyValueAccess() защищенный Метод

Does the get property value access.
protected DoGetPropertyValueAccess ( PropertyInfo propertyInfo ) : Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess
propertyInfo System.Reflection.PropertyInfo The property info.
Результат Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess