ExpectedValueDataType Enumeration

Specifies the expected value for a VariableFunction decorated with a ExtensionConfigurationVariableAttribute. This is used when validating the value in the UI.

Inheritance Hierarchy

Syntax

public enum ExpectedValueDataType : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Date

A date data type. Only numeric dates are allowed. The time portion cannot be specified.

Double

A double precision floating point number data type. The value is treated as a System.Double.

Integer

A 32-bit signed integer data type. The value is treated as a System.Int32.

String

A string data type. The value is treated as a System.String