| C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : PreValidation Class |
The following tables list the members exposed by PreValidation.
| Name | Description | |
|---|---|---|
![]() | CaseSensitive | True if string comparisons are case-sensitive; otherwise, False. |
![]() | CustomPlaceholders | The collection of user-defined characters to use in a wildcard pattern. |
![]() | ErrorMessage | Error message shown in the standard message box and/or in the exception. |
![]() | Inherit | Manages inheritance of the PreValidation properties from the host control properties. |
![]() | ItemSeparator | String separating list items in PatternString. |
![]() | PatternString | String containing the validation pattern. |
![]() | RegexOptions | Settings affecting regular expression matching. |
![]() | TrimEnd | If True, trailing spaces are removed before validation. |
![]() | TrimStart | If True, leading spaces are removed before validation. |
![]() | Validation | Validation method. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | MatchExactList | Returns True if the input text matches one of the exact list items specified in PatternString. |
![]() | MatchRegex | Returns True if the input text matches the regular expression pattern specified in PatternString. |
![]() | MatchWildcardPattern | Returns True if the input text matches the specified wildcard pattern passed as argument. |
![]() | MatchWildcardPatterns | Returns True if the input text matches at least one of the wildcard patterns specified in PatternString. |
![]() | Reset | Resets whole PreValidation property of base control |
![]() | Validate | Returns True if the text successfully passes validation using the current settings of the PreValidation object. |