C# 클래스 FluentValidation.Resources.FallbackAwareResourceAccessorBuilder

Implemenetation of IResourceAccessorBuilder that can fall back to the default resource provider.
상속: StaticResourceAccessorBuilder
파일 보기 프로젝트 열기: JeremySkinner/FluentValidation

보호된 메소드들

메소드 설명
GetResourceProperty ( Type &resourceType, string &resourceName ) : PropertyInfo

Gets the PropertyInfo for a resource. ResourceType and ResourceName are ref parameters to allow derived types to replace the type/name of the resource before the delegate is constructed.

메소드 상세

GetResourceProperty() 보호된 메소드

Gets the PropertyInfo for a resource. ResourceType and ResourceName are ref parameters to allow derived types to replace the type/name of the resource before the delegate is constructed.
protected GetResourceProperty ( Type &resourceType, string &resourceName ) : PropertyInfo
resourceType System.Type
resourceName string
리턴 System.Reflection.PropertyInfo