View Source
Class GridValidator
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class GridValidator : IValueValidator
Methods
View Source
Validate(Object, String, Object)
Declaration
public IEnumerable<ValidationResult> Validate(object rawValue, string valueType, object dataTypeConfiguration)
Parameters
| Type |
Name |
Description |
| System.Object |
rawValue |
|
| System.String |
valueType |
|
| System.Object |
dataTypeConfiguration |
|
Returns
| Type |
Description |
| IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> |
|