Methods
- Last UpdatedNov 13, 2025
- 1 minute read
The available methods are:
|
string Name() |
Name of element type |
|
string Description() |
Description of element type |
|
int Hash() |
Hash value |
|
bool IsUdet() |
Whether a User Defined Element Type (UDET) or not |
|
Attribute array systemAttributes() |
List of system attributes (excludes User defined Attributes (UDAs)) |
|
string array DbType()s |
List of valid Database (DB) types |
|
string ChangeType() |
Indicates if an element of this type may have it’s type changed |
|
ElementType SystemType() |
for UDETs this is the base type |
|
ElementType array |
UDETs derived from this type |
|
bool Primary() |
Whether the element is primary or not |
|
ElementType array MemberTypes() |
Valid members, including UDETs |
|
ElementType array ParentTypes() |
Valid parents, including UDETs |
Note: We do yet not support direct usage of this class in other syntax.