C# Класс FluentValidation.Resources.FallbackAwareResourceAccessorBuilder

Implemenetation of IResourceAccessorBuilder that can fall back to the default resource provider.
Наследование: StaticResourceAccessorBuilder
Показать файл Открыть проект

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

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