Show / Hide Table of Contents

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)

Extension Methods

ValueTypeExtensions.GetDataType(ValueType)
ValueTypeExtensions.IsBoolean(ValueType)
ValueTypeExtensions.IsDateTime(ValueType)
ValueTypeExtensions.IsDecimal(ValueType)
ValueTypeExtensions.IsInteger(ValueType)
ValueTypeExtensions.IsNumber(ValueType)
ValueTypeExtensions.IsString(ValueType)
ValueTypeExtensions.JsonToValue(ValueType, string)
ValueTypeExtensions.GetValueType(object)
  • View Source
☀
☾
Back to top Generated by DocFX