Enum ValueType
The payroll value types for cases
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public enum ValueType
Fields
| Name | Description |
|---|---|
| Boolean | Boolean (base type boolean) |
| Date | Date (base type string) |
| DateTime | Date and time (base type string) |
| Decimal | Decimal (base type numeric) |
| Integer | Integer (base type numeric) |
| Money | Money (base type decimal) |
| Month | Month (base type integer 0..11) |
| None | No value type (base type null) |
| NumericBoolean | Numeric boolean, any non-zero value means true (base type numeric) |
| Percent | Percentage (base type decimal) |
| String | String (base type string) |
| WebResource | Web Resource e.g. Url (base type string) |
| Weekday | Day of week (base type integer 0..6) |