DBOs module specific
RecordTypeDescriptor
extension.
Members
-
<readonly> superRecordTypeName :Symbol
-
Super record type name.
Type:
- Symbol
-
<readonly> table :string
-
Top table used to store the record type's records.
Type:
- string
Methods
-
getRecordMetaInfoPropName(role)
-
Get name of the property for the specified record meta-info role.
Parameters:
Name Type Description role
string Record meta-info role: "version", "creationTimestamp", "creationActor", "modificationTimestamp" or "modificationActor". Returns:
The property name, orundefined
if none.- Type
- string