Class ValueListUniqueValueValidator
Represents a validator which ensures that all values in the list are unique.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: cs.temp.dll.dll
Syntax
public class ValueListUniqueValueValidator : IValueValidator
Methods
Validate(Object, String, Object)
Declaration
public IEnumerable<ValidationResult> Validate(object value, string valueType, object dataTypeConfiguration)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | |
| System.String | valueType | |
| System.Object | dataTypeConfiguration |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ValidationResult> |