ComponentOne Input for WinForms
PostValidation Class Members
Properties  Methods 

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : PostValidation Class

The following tables list the members exposed by PostValidation.

Public Properties
 NameDescription
Public PropertyDetermines whether it is possible to enter DbNull value in the control.  
Public PropertyTrue if string comparisons are case-sensitive; otherwise, False.  
Public PropertyError message shown in the standard message box and/or in the exception.  
Public PropertyManages inheritance of the PostValidation properties from the host control properties.  
Public PropertyCollection of intervals. The input value must belong to one of these intervals.  
Public PropertyValidation method.  
Public PropertyPredefined values used for matching the input value.  
Public PropertyList of values that are not permitted as input value.  
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
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
See Also

Reference

PostValidation Class
C1.Win.C1Input Namespace