IValidationStrategy Interface

Definition

Defines a strategy for enumerating the child entries of a model object which should be validated.

public interface class IValidationStrategy
public interface IValidationStrategy
type IValidationStrategy = interface
Public Interface IValidationStrategy

Methods

GetChildren(ModelMetadata, String, Object)

Gets an IEnumerator<T> containing a ValidationEntry for each child entry of the model object to be validated.

Applies to