 | mcdbEmpty | 1 |
No value: not valid for defining an McDBAttributeType
|
 | mcdbOther | 2 |
A value handled by a module other than McDBLib
|
 | mcdbLong | 3 |
A single, integral Long value
|
 | mcdbBlob | 4 |
An array of Byte values
|
 | mcdbDate | 5 |
A single Date value
|
 | mcdbString | 6 |
A single String value
|
 | mcdbDouble | 7 |
A single, real numeric (Double) value
|
 | mcdbObject | 8 |
An OLE object
|
 | mcdbEnum | 9 |
A discrete, pre-defined String Choice value
|
 | mcdbNodeAtb | 10 |
A McDBNode, having its own McDBType, but no location in the McDBNode hierarchy
|
 | mcdbArrayDouble | 11 |
An array of real, numeric (Double) values
|
 | mcdbArrayLong | 12 |
An array of integral Long values
|
 | mcdbArrayString | 13 |
An array of String values
|
 | mcdataf_AttributeNodeOnly | 32768 |
A McDBNode of this type should only be created as an attribute and not as a Child so that McDBNode::IsContainer is false (McDBType). This value may be used to filter out Attribute hierarchy McDBType instances.
|
 | mcdataf_NoExtract | 851968 |
Do not attempt to extract content for this Object (McDBAttributeType,McDBType)
|
 | mcdataf_RestoreNew | 131072 |
Attempt load of non-existing content from database to an object (McDBAttributeType,McDBType).
|
 | mcdataf_NoArchive | 262144 |
Do not attempt to save content from an object to a database (McDBAttributeType,McDBType).
|
 | mcdataf_NoRestoreExisting | 524288 |
Do not attempt overwrite on existing content from database to an object(McDBAttributeType)
|
 | mcdataf_FolderNode | 524288 |
A McDBNode with a Folder McDBType must have Folder McDBType Parents (McDBType).
|
 | mcdataf_System | 1048576 |
System Attribute disallows user-interface manipulation of object (McDBNode, McDBType, McDBAttributeType).
System Attribute may disallow user-interface manipulation
|
 | mcdataf_Hidden | 2097152 |
Hidden Attribute disallows viewing in the user-interface (McDBNode, McDBType, McAttributeType).
Hidden Attribute may disallow viewing in the user-interface
|
 | mcdataf_Readonly | 4194304 |
ReadOnly Attribute may disallow user-interface modification (McDBNode, McDBType, McDBAttributeType).
ReadOnly Attribute may disallow user-interface modification
|
 | mcdataf_LocalValue | 8388608 |
LocalValue disallows copying to other databases (McDBType,McDBAttributeType).
LocalValue may disallow attribute copying to other databases
|
 | mcdataf_AutoList | 16777216 |
AutoList Attributes may populates list of known values (McDBAttributeType).
AutoList Attributes may populates list of known values
|
 | mcdataf_Creatable | 16777216 |
A McDBNode of this type may be created by a UI (McDBType).
|
 | mcdataf_AddToMcDBType | 16777216 |
This flag is not persisted in the database but is used by the SetAttribute method to specify that a new McDBAttributeType should be added to McDBNode.Type/
|
 | mcdataf_HideATBType | 33554432 |
Disallows viewing in the user-interface except when value exists (McDBAttributeType).
|
 | mcdataf_Downloadable | 33554432 |
A McDBNode of this type may be downloaded from the web UI (McDBType).
|
 | mcdataf_All_NodeType | 67076096 |
All of the bits that apply to a McDBType
|
 | mcdataf_All_Node | 15728640 |
All of the bits that apply to a McDBNode
|
 | mcdataf_All_Attribute | 67043328 |
All of the bits that apply to a McDBAttributeType
|
 | mcdataf_All | 67076096 |
All of the bits that apply to mcDataAttributeFlags in all objects (McDBNode, McDBType, McDBAttributeType).
|