/
.NET
FL

FluentValidation

12.1.1

by fluentvalidation.net

Namespaces & Types

FluentValidation

ENUM

ApplyConditionTo

namespace FluentValidation

public enumsealed

Specifies where a When/Unless condition should be applied

Values (2)

AllValidators

const

Applies the condition to all validators declared so far in the chain.

CurrentValidator

const

Applies the condition to the current validator only.

ApplyConditionTo.cs
1namespace FluentValidation
2{
3public sealed enum ApplyConditionTo
4{
...// 0 methods
}

Package Metadata

Version

12.1.1

types

58

License

MIT

Source

---

Other types in namespace

clsAssemblyScanner
clsAsyncValidatorInvokedSynchronouslyException
enumCascadeMode
clsDefaultValidatorExtensions
clsDefaultValidatorOptions
intIConditionBuilder
intIValidationContext
intIValidationRule
FluentValidation · 12.1.1
AugustoDeveloper
58 types · 6 namespaces