C1.Win.Input.Validation Namespace / ValueIntervalCollection Class
Members

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.
Object Model
ValueIntervalCollection ClassValueInterval Class
Syntax
'Declaration
 
Public Class ValueIntervalCollection 
   Inherits System.Collections.ObjectModel.Collection(Of ValueInterval)
 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Win.Input.Validation.ValueIntervalCollection

See Also