You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Public Methods
Method | Description |
---|
Add | Creates a new entity with the given coordinates, adds it to the model, and then returns the new entity to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer). |
AddEx | Creates new entity with the given coordinates in parent model, and then returns it. Fixes positional problems of AddItem. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer). |
AddMongoDBCollection | MongoDB Models Only Creates new Collection with the given coordinates, adds it to the model, and then returns the new collection as type Entity to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer). |
| Google BigQuery Models Only Creates a nested object with the given name for the given table name. PARAMETERS: Identifier (String). |
Remove | Deletes a Entity object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|
| Returns an entity as specified by the given name or ID, from the model. When passing a name to the function, the entity is indexed by the entity name in the logical model, and by the table name in a physical model. |
|
|
| Number of Entity objects in the collection. DATATYPE: Integer. |
| Returns an entity as specified by the given name or ID, from the model. When passing a name to the function, the entity is indexed by the entity name in the logical model, and by the table name in a physical model. |