Methods
- Last UpdatedMar 20, 2026
- 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 UDET or not. |
|
Attribute array systemAttributes() |
List of system attributes (excludes UDAs). |
|
string array DbType()s |
List of valid 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.