Table of Contents

Interface Validation.IPassThroughEnumerable

Namespace
Lime
Assembly
Lime.dll

If validation attribute is set up upon a property which implements IEnumerable PassThroughEnumerable will decide if validation should be applied to the property itself or to each of it's elements. This stands true for nested IEnumerables. Doesn't make much sense for class validator.

public interface Validation.IPassThroughEnumerable