View Source
Class RadioValueValidator
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class RadioValueValidator : 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> |
|