ValueType
Description
The ValueType enum specifies the data type of the value that is expected for the Parameter defined by the Parameter Definition. The ValueType allows the Rules Engine to run the correct ruleset when verifying the results of an operation.
Each ValueType has a pre-defined set of rules that can be configured before, during, or after the training of a service.
Members
Name | Value | Description |
---|---|---|
None | 0 | No datatype specified |
String | 1 | A String data type. |
Number | 2 | A Number data type is typically used on fields where no alphabet or special characters are expected. |
Currency | 3 | A Currency data type is typically used where prices/amounts are expected. |
Boolean | 4 | A Boolean data type is typically used where checkmarks are expected. |
DateTime | 5 | A DateTime data type is used where dates and/or timestamps are expected. |
TimeSpan | 6 | A TimeStamp data type is used where timestamps are expected. |
7 | An E-mail data type is typically used where e-mail addresses are expected. | |
Enum | 8 | An Enum data type is typically used where enum variables are expected. |
Picture | 9 | A Picture data type is typically used where image processing is required, such as signature detection, object detection, etc. |
Password | 10 | A Password data type is used where password data needs to be handled. |
SecureString | 11 | A SecureStringdata type is typically used where encrypted data needs to be handled. |
Address | 12 | An Address data type is used where addresses are expected. |
IDNo | 13 | An IDNo data type is used where ID Numbers are expected. |
Country | 14 | A Country data type is used where country information is expected. |
Code | 15 | A Code data type is used where Custom Code is implemented. |
TelephoneNo | 17 | A TelephoneNo type is typically used where telephone numbers are expected. |
GPS | 18 | A GPS data type is typically used where GPS coordinates are expected. |
ServiceType | 19 | A ServiceType data type is used for a Service definition. |
Service | 20 | |
Data | 90 | A Data data type is used when handling raw data, like blobs. |
DataSet | 91 | A Data data type is used when handling Custom Datasets. |
System | 98 | System data type. |
Unknown | 99 | An unknown data type. |