Language

IValidatableInfoResolver Interface

Definition

Provides an interface for resolving the validation information associated with a given <seealso cref="T:System.Type"></seealso> or <seealso cref="T:System.Reflection.ParameterInfo"></seealso>.

public interface class IValidatableInfoResolver
public interface IValidatableInfoResolver
type IValidatableInfoResolver = interface
Public Interface IValidatableInfoResolver

Methods

Name Description
TryGetValidatableParameterInfo(ParameterInfo, IValidatableParameterInfo)

Gets validation information for the specified parameter.

TryGetValidatableTypeInfo(Type, IValidatableTypeInfo)

Gets validation information for the specified type.

Applies to