C# Class FluentValidation.Resources.FallbackAwareResourceAccessorBuilder

Implemenetation of IResourceAccessorBuilder that can fall back to the default resource provider.
Inheritance: StaticResourceAccessorBuilder
Exibir arquivo Open project: JeremySkinner/FluentValidation

Protected Methods

Method Description
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.

Method Details

GetResourceProperty() protected method

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
return System.Reflection.PropertyInfo