Public Methods
| Method | Description |
|---|---|
| RepoCheckOutStatus | Get the Check Out status of this ViewRelationship object. DATATYPE: StringObjects. |
| RepoVersionHistory | Get the Version History of this ViewRelationship from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. |
| UserComments | Returns a collection of user comments associated with this ViewRelationship object. |
Public Properties
| Property | Description |
|---|---|
| ChildView | Child view of the view relationship. |
| GUID | GUID of the View Relationship object as assigned by ER/Studio. Each View Relationship object has a unique GUID. DATATYPE: String. |
| ID | ID of the View Relationship Display object as assigned by ER/Studio. Each View Relationship display object in a diagram has a unique ID. DATATYPE: Integer. |
| InterModelID | InterModelID of the object as assigned by ER/Studio. DATATYPE: Integer. |
| IsParentView | Determines whether the parent is a view or entity. DATATYPE: Boolean. |
| ParentEntity | Parent entity of the view relationship, if the parent is an entity. |
| ParentView | Parent view of the view relationship, if the parent is a view. |
See Also