Class | Description | |
---|---|---|
CustomPlaceholder | Custom user-defined characters (placeholders) used in edit mask and in wildcard patterns in pre-validation | |
ErrorInfo | Settings affecting error handling. | |
ParseInfo | Contains settings affecting parsing, that is, converting a string to the required data type. | |
PlaceholderCollection | A collection of CustomPlaceholder objects. | |
PostValidation | Validating the typed value after parsing, after the input string has been converted to the DataType. | |
PreValidation | Validating the input string entered by the user, before parsing. | |
ValueInterval | An interval in a collection of intervals of possible values used in post-validation. | |
ValueIntervalCollection | A collection of ValueInterval objects used by a PostValidation object. The collection is used if the Validation = PostValidationTypeEnum.ValuesAndIntervals or if the user calls the ValidateValuesAndIntervals method. |