You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Public Methods
Method | Description |
---|
RepoCheckOutStatus | Get the Check Out status of this ViewField object. DATATYPE: StringObjects. |
RepoVersionHistory | Get the Version History of this ViewField from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. |
UserComments | Returns a collection of user comments associated with this ViewField object. |
Public Properties
Property | Description |
---|
| Alias of the view field. DATATYPE: String. |
| Color for the ViewField. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte represents green value (0-255), and the third byte represents blue value (0-255). |
| Column expression of the view field. DATATYPE: String. |
| Font for the ViewField. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| GUID of the view field as assigned by ER/Studio. Each view field has a unique GUID. DATATYPE: String. |
| ID of the view field as assigned by ER/Studio. Each view field in a diagram has a unique ID. DATATYPE: Integer. |
| InterModelID of the object as assigned by ER/Studio. DATATYPE: Integer. |
| Parent column name of the view field. DATATYPE: String. |
| Parent name of the view field. It can be a Table or View name depending on what the parent is. DATATYPE: String. |
| Sequence number of the view field. DATATYPE: Integer. |