[]
Represents a type of context information that is available during validation.
public sealed class ValidationContext
Name | Description |
---|---|
ValidationContext(ValidationMode) | Initializes a new instance of the ValidationContext class with the specified validation mode. |
Name | Description |
---|---|
ContextualInformation | Gets a hybrid dictionary containing any information that needs to be passed through validation. |
Mode | Gets the mode for which the validation context is set. |
NameValidator | Gets a validator to use for name validation. |