[This is preliminary documentation and is subject to change.]
Size of the fields for the database and user interface (in bytes)
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum FieldSize |
Visual Basic (Declaration) |
---|
Public Enumeration FieldSize |
Visual C++ |
---|
public enum class FieldSize |
Members
Member name | Description | |
---|---|---|
None |
None as placeholder
| |
Numeric |
Numeric field
| |
Name |
Name field used to hold short text (30 chars)
| |
Text |
Text field used to store short text
| |
Description |
Description field used to hold longer text (255 chars)
| |
LongDescription |
Long Description field used to hold long description (4000 chars)
| |
CommaSeparatedIds |
Size of the string for comma separated ids
|