Sprog

IValidatableParameterInfo Interface

Definition

Represents an interface for validating a value of a parameter.

public interface class IValidatableParameterInfo
public interface IValidatableParameterInfo
type IValidatableParameterInfo = interface
Public Interface IValidatableParameterInfo

Methods

Name Description
Validate(Object, ValidateContext)

Validates the specified value.

ValidateAsync(Object, ValidateContext, CancellationToken)

Validates the specified value.

Applies to