Show / Hide Table of Contents

    Enum ParameterDataType

    Defines a parameter value's data type.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum ParameterDataType

    Fields

    Name Description
    Array

    Collection of values.

    Boolean

    Boolean.

    Complex

    Any complex type.

    File

    File passed with a multipart form.

    Integer

    Integer number.

    Number

    Decimal number.

    String

    String.

    Back to top Nevatech Sentinet 6.5 Online Documentation