[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.Models.DataType

DataType Enum

Enumeration with value types.

Namespace: C1.Web.Api.DataEngine.Models
Assembly: C1.Web.Api.DataEngine.dll
Syntax
public enum DataType

Fields

Name Description
Array

An array.

Boolean

A boolean.

Date

A date or time.

Number

A number.

Object

Anything except string, number, boolean, date, time and array.

String

A text.