[]
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.
[ListBindable(false)]
public class ValueIntervalCollection : Collection<ValueInterval>, IList<ValueInterval>, ICollection<ValueInterval>, IList, ICollection, IReadOnlyList<ValueInterval>, IReadOnlyCollection<ValueInterval>, IEnumerable<ValueInterval>, IEnumerable
| 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. |