The DataTypes type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Validate |
Validates a value against a give type.
| |
| ValidateDefaultTypedData |
Validates a string value against a regular expression created using InvalidDefaultInputRegex.
|
Properties
| Name | Description | |
|---|---|---|
| InvalidDefaultInputRegex |
A string representing an regular expression that is used when validating input data that does not have a type specified.
| |
| Types |
A Hashtable containing the available types for input fields. Every type corresponds
to a regular expression that is used to validate input data.
|