EntityMetaData Class
Beta
Metadata for an Entity.
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(jsonObj: EntityMetaDataProps): EntityMetaData |
Properties
| Name | Type | Description | |
|---|---|---|---|
| baseClasses | string[] | The base class that this class is derives from. | |
| customAttributes | undefined | CustomAttribute[] | The Custom Attributes for this class | |
| description | undefined | string | ||
| displayLabel | undefined | string | ||
| ecclass | string | The Entity name | |
| modifier | undefined | string | ||
| properties | [propName: string]: PropertyMetaData | An object whose properties correspond by name to the properties of this class. |
Defined in
Last Updated: 08 January, 2020