Enum FieldType

The IField types.

Namespace: PushTechnology.ClientInterface.Data.Record.Schema
Assembly: Diffusion.Client.dll
Syntax
public enum FieldType : int
Remarks

Implemented in Version 6.0.

Fields

Name Description
DECIMAL

A decimal field type.

INTEGER

An integer field type.

STRING

A plain string field type.

Back to top