DatStat Illume 4.5 SDK Class Reference

SDK_DataType Enumeration

Indicates the data type of a survey variable.

public enum SDK_DataType

Members

Member Name Description
IntegerInteger number.
PositiveIntegerInteger number greater than or equal to 0.
Note that this equates to a .NET base type of Int32.
DecimalDecimal number.
Note that this equates to a .NET base type of Int32 with a positive value.
FloatFloating point number.
TextShort text string up to 256 characters.
LongTextLong text string.
DateDate
TimeTime
DateTimeDate/Time
BooleanBoolean value (i.e. true or false).
LongIntegerLong integer number.
Note that this equates to a .NET base type of Int64.

Requirements

Namespace: DatStat.SDK.WebServiceWrappers

Assembly: WebServiceWrappers (in WebServiceWrappers.dll)

See Also

DatStat.SDK.WebServiceWrappers Namespace