Summary
Fluent validations
- Assembly
- Rocket
.Surgery .Extensions .FluentValidation .dll - Namespace
- FluentValidation
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["FluentValidationExtensions"]
class Type type-node
Syntax
public static class FluentValidationExtensions
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute |
Methods
Name | Value | Summary |
---|---|---|
IsOneOf |
IRuleBuilderOptions |
Defines a validator on the current rule builder that ensures that the specific value is one of the values given in the list.
static
|
IsOneOf |
IRuleBuilderOptions |
Defines a validator on the current rule builder that ensures that the specific value is one of the values given in the list.
static
|