[This is preliminary documentation and is subject to change.]

The basic type of the meta list, the basic types are simple types.

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public enum MetaBasicType
Visual Basic (Declaration)
Public Enumeration MetaBasicType
Visual C++
public enum class MetaBasicType

Members

Member nameDescription
None
The default basic type
List
The list basic type
Text
The text basic type
Number
The number basic type
Float
The float basic type
Date
The date basic type, this contains the date and datetime
Boolean
The boolean basic type
Ids
The basic type for all the ids

See Also