| C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : PostValidation Class |
The following tables list the members exposed by PostValidation.
| Name | Description | |
|---|---|---|
![]() | AllowDbNull | Determines whether it is possible to enter DbNull value in the control. |
![]() | CaseSensitive | True if string comparisons are case-sensitive; otherwise, False. |
![]() | ErrorMessage | Error message shown in the standard message box and/or in the exception. |
![]() | Inherit | Manages inheritance of the PostValidation properties from the host control properties. |
![]() | Intervals | Collection of intervals. The input value must belong to one of these intervals. |
![]() | Validation | Validation method. |
![]() | Values | Predefined values used for matching the input value. |
![]() | ValuesExcluded | List of values that are not permitted as input value. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Reset | Resets whole PostValidation property of base control |
![]() | Validate | Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful. |
![]() | ValidateValuesAndIntervals | Performs validation of the value against the collections of Values, ValuesExcluded and Intervals. |