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, IValidatableInfo)

Gets validation information for the specified parameter.

TryGetValidatableTypeInfo(Type, IValidatableInfo)

Gets validation information for the specified type.

Applies to