EntityClass
The EntityClass class represents an entity class.
Fields
Field | Type | Description |
| string | The class name. |
| boolean | Read only. True if the domain is built-in and therefore cannot be modified. |
| The background color behind the class title. | |
| number | The default weight for new edges created along with entities of this class, as a value between -1.0 and 1.0. |
| The symbol inherited by new entities of this class. | |
| boolean | True if entities derived from this class should be a milestone (zero effort) task, otherwise False. |
| The default resource assignment for entities derived from this class should be a milestone (zero effort) task, otherwise False. | |
| boolean | True if the class name should be shown, defaults to True. |
| Read only. The parent domain of this class. | |
| Read only. The color that the name of the entity class would be rendered in an entity. |
Methods
duplicate( )
Creates and returns a unique duplicate of this class with the name modified to include “copy,” as an EntityClass.
Last updated