C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PostValidation Class
Properties Methods


PostValidation Class Members

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
Protected Methods
 NameDescription
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodThis method is for internal use only.  
Protected MethodThis method is for internal use only.  
Protected MethodThis method is for internal use only.  
Protected MethodThis method is for internal use only.  
Protected MethodThis method is for internal use only.  
Protected MethodThis method is for internal use only.  
Protected MethodThis method is for internal use only.  
Top
See Also