Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ValueIntervalCollection Class
Members

In This Topic
    ValueIntervalCollection Class
    In This Topic
    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)
    public class ValueIntervalCollection : System.Collections.ObjectModel.Collection<ValueInterval> 
    Inheritance Hierarchy

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

    See Also