Enum ActionValueType
Action value type
Namespace: PayrollEngine.Client.Scripting.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public enum ActionValueType
Fields
| Name | Description |
|---|---|
| Boolean | Boolean type |
| DateTime | DateTime type |
| Decimal | Decimal type |
| Integer | Integer type |
| None | No type |
| String | String type |
| TimeSpan | TimeSpan type |