IValidationStrategy Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a strategy for enumerating the child entries of a model object which should be validated.
public interface class IValidationStrategypublic interface IValidationStrategytype IValidationStrategy = interfacePublic Interface IValidationStrategyMethods
| GetChildren(ModelMetadata, String, Object) | Gets an IEnumerator<T> containing a ValidationEntry for each child entry of the model object to be validated. |