Language

IValidatablePropertyInfo Interface

Definition

Represents an interface for validating a property.

public interface class IValidatablePropertyInfo
public interface IValidatablePropertyInfo
type IValidatablePropertyInfo = interface
Public Interface IValidatablePropertyInfo

Methods

Name Description
Validate(Object, ValidateContext)

Validates the property on a given object.

ValidateAsync(Object, ValidateContext, CancellationToken)

Validates the property on a given object.

Applies to