Table of Contents

Enum OnFirstPropertyValidatorFailed

Namespace
ExpressValidator
Assembly
ExpressValidator.dll

Specifies how a property validator collection will validate an object if the current validator fails.

public enum OnFirstPropertyValidatorFailed

Fields

Break = 1

Validation will be stopped.

Continue = 0

Execution continues to the next property validator.