Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Validator Class
Definition
- Namespace:
- System.ComponentModel.DataAnnotations
- Assemblies:
- System.ComponentModel.Annotations.dll, System.ComponentModel.DataAnnotations.dll
- Assembly:
- System.ComponentModel.Annotations.dll
- Assembly:
- System.ComponentModel.DataAnnotations.dll
- Source:
- Validator.cs
- Source:
- Validator.cs
- Source:
- Validator.cs
- Source:
- Validator.cs
- Source:
- Validator.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a helper class that can be used to validate objects, properties, and methods when it is included in their associated ValidationAttribute attributes.
public ref class Validator abstract sealed
public static class Validator
type Validator = class
Public Class Validator
- Inheritance
-
Validator
Methods
| Name | Description |
|---|---|
| TryValidateObject(Object, ValidationContext, ICollection<ValidationResult>, Boolean) |
Determines whether the specified object is valid using the validation context, validation results collection, and a value that specifies whether to validate all properties. |
| TryValidateObject(Object, ValidationContext, ICollection<ValidationResult>) |
Determines whether the specified object is valid using the validation context and validation results collection. |
| TryValidateProperty(Object, ValidationContext, ICollection<ValidationResult>) |
Validates the property. |
| TryValidateValue(Object, ValidationContext, ICollection<ValidationResult>, IEnumerable<ValidationAttribute>) |
Returns a value that indicates whether the specified value is valid with the specified attributes. |
| ValidateObject(Object, ValidationContext, Boolean) |
Determines whether the specified object is valid using the validation context, and a value that specifies whether to validate all properties. |
| ValidateObject(Object, ValidationContext) |
Determines whether the specified object is valid using the validation context. |
| ValidateProperty(Object, ValidationContext) |
Validates the property. |
| ValidateValue(Object, ValidationContext, IEnumerable<ValidationAttribute>) |
Validates the specified attributes. |
Applies to
Feedback
Was this page helpful?
