[]
        
(Showing Draft Content)

C1.Win.Input.Validation.ValueIntervalCollection

ValueIntervalCollection Class

A collection of ValueInterval objects used by a PostValidation object. The collection is used if the Validation = PostValidationTypeEnum.ValuesAndIntervals or if the user calls the ValidateValuesAndIntervals method.

Inheritance
ValueIntervalCollection
Namespace: C1.Win.Input.Validation
Assembly: C1.Win.Input.8.dll
Syntax
[ListBindable(false)]
public class ValueIntervalCollection : Collection<ValueInterval>, IList<ValueInterval>, ICollection<ValueInterval>, IList, ICollection, IReadOnlyList<ValueInterval>, IReadOnlyCollection<ValueInterval>, IEnumerable<ValueInterval>, IEnumerable

Methods

Name Description
AddRange(ValueInterval[])

Adds the elements of an array to the end of the collection.

InsertItem(int, ValueInterval)

Inserts an element into the colection at the specified index.

SetItem(int, ValueInterval)

Replaces the element at the specified index.