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

The meta type enumeration type

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

Syntax

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

Members

Member nameDescription
None
Default
List
The List Type
Date
The Date Type
DateTime
The DateTime Type
ShortText
The short text type
Text
The long text type
Number
The number type
Float
The float type
Email
The Email type
Identifier
The identifier type, denotes unique identifier
ForeignKey
The foreign key type
Currency
The currency type
Boolean
The boolean type, usually a checkbox, cannot be null
ListLookup
The list lookup type, use the external popup instead of drop down, no new value can be entered
PickList
The picklist type, using an external popup to aid entering the value
LongText
The Long Text Type
UserList
The user list, shows a list of all members of the current group
OwnerList
The owner list
AccountList
The Account list, shows a list of all accounts of the current group
HugeText
The huge text is really limited by the database varchar(max) size.
UnknownType
The unknown type. These are the types that is not visible anywhere with metadata.
MetaTypeLength
Requires to create array, change this value if the number of this list item is changed

See Also