C# 클래스 Nettiers.AdventureWorks.Entities.Validation.PropertyValidatorValueAccessBuilder

Property Validator Value Access Builder
상속: Microsoft.Practices.EnterpriseLibrary.Validation.MemberValueAccessBuilder
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 메소드들

메소드 설명
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