Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / PostValidation Class
Properties Methods Events


In This Topic
    PostValidation Class Members
    In This Topic

    The following tables list the members exposed by PostValidation.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether it is possible to enter DbNull value in the control.  
    Public PropertyGets or sets a value indicating whether string comparisons are case-sensitive; otherwise, False.  
    Public PropertyGets or sets error message shown in the standard message box and/or in the exception.  
    Public PropertyGets or sets an enumerable value indicating how to manages inheritance of the PostValidation properties from the host control properties.  
    Public PropertyGets a collection of intervals. The input value must belong to one of these intervals.  
    Public PropertyGets or sets an enumerable value indicating the validation method.  
    Public PropertyGets or sets a predefined values used for matching the input value.  
    Public PropertyGets or sets a list of values that are not permitted as input value.  
    Top
    Public Methods
     NameDescription
    Public MethodResets whole PostValidation property of base control  
    Public MethodPerforms validation using the current settings of the PostValidation object. Returns true if vaidation was successful.  
    Public MethodPerforms validation of the value against the collections of Values, ValuesExcluded and Intervals.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Validated event.  
    Protected MethodRaises the Validating event.  
    Protected MethodRestores the default value of the CaseSensitive property.  
    Protected MethodRestores the default value of the ErrorMessage property.  
    Protected MethodSpecifies whether to save the value of the CaseSensitive property.  
    Protected MethodSpecifies whether to save the value of the ErrorMessage property.  
    Protected MethodSpecifies whether to save the value of the Intervals property.  
    Protected MethodSpecifies whether to save the value of the Values property.  
    Protected MethodSpecifies whether to save the value of the ValuesExcluded property.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the typed value has been validated  
    Public EventOccurs when programmatic typed value validating.  
    Top
    See Also