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