Public Methods

MethodDescription
BoundAttachmentsGet all of the BoundAttachments of this View.
BoundSecurityPropertiesGet all of the BoundSecurityProperties of this View.
ChildViewRelationshipsReturns an object representing a collection of child view relationships for the view.
ObjectPermissionsReturns the collection of Object Permissions for this object.
ParentViewRelationshipsReturns an object representing a collection of parent view relationships for the view.
RepoCheckOutStatusGet the Check Out status of this View object. DATATYPE: StringObjects.
RepoVersionHistoryGet the Version History of this View from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects.
SetViewDDLSets the DDL for the View. Returns the validation error message or none if validated successfully. PARAMETERS: NewDDL (String). RETURN DATATYPE: String.
UniversalMappingsReturns a collection of universal mappings applied to this object.
UserCommentsReturns a collection of user comments associated with this View.
ViewFieldsReturns an object representing a collection of view fields in the view.
WhereUsedModelUsageReturns a collection of matches in other models based on the results of a WhereUsed analysis on this object.
WhereUsedSubmodelUsageReturns a collection based on the results of a WhereUsed analysis of SubModels in the current model that contain this object.

Public Properties

PropertyDescription
DefinitionDefinition of the view. DATATYPE: String.
GeneratePostSQLGenerate PostSQL option of the View. DATATYPE: Boolean.
GeneratePreSQLGenerate PreSQL option of the View. DATATYPE: Boolean.
GUIDGUID of the view as assigned by ER/Studio. Each view has a unique GUID. DATATYPE: String.
IDID of the view as assigned by ER/Studio. Each view in a diagram has a unique ID. DATATYPE: Integer.
InterModelIDInterModelID of the object as assigned by ER/Studio. DATATYPE: Integer.
LogOrPhysOnlyControls the logical-/physical-only View Property. DATATYPE: Boolean.
NameName of the view. DATATYPE: String.
NotesNote of the view. DATATYPE: String.
OwnerOwner of the view. DATATYPE: String.
PostSQLPostSQL of the View. DATATYPE: String.
PreSQLPreSQL of the View. DATATYPE: String.
SortAlphabeticAlphabetical Order Column Sorting option of the View. If set to TRUE, it alphabetically sorts all of the view fields of this view. DATATYPE: Boolean.
ViewDDLDDL of the View. DATATYPE: String.

See Also