InedoSDK Reference
Version:

ExpectedValueDataType Class

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

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.Extensibility.VariableFunctions.ExpectedValueDataType

Syntax

public sealed class ExpectedValueDataType : System.Enum

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