Sprog

IValidatableTypeInfo Interface

Definition

Represents an interface for validating a value of a type.

public interface class IValidatableTypeInfo
public interface IValidatableTypeInfo
type IValidatableTypeInfo = interface
Public Interface IValidatableTypeInfo

Methods

Name Description
TryFindProperty(String, ValidationOptions, IValidatablePropertyInfo)

Retrieves the validatable property info for the specified property name.

Validate(Object, ValidateContext)

Validates the specified value.

ValidateAsync(Object, ValidateContext, CancellationToken)

Validates the specified value.

Applies to