Public Methods
Method | Description |
---|---|
ActiveDataFlow | Active DataFlow of the Diagram. RETURN DATATYPE: DataFlow. |
ActiveModel | Active Model of the Diagram. RETURN DATATYPE: Model. |
BoundAttachments | Get all the BoundAttachments of this Diagram. |
DataFlows | Returns an object representing a collection of all data flows in the diagram. |
DataLineageRules | Returns an object representing a collection of all data movement rules in the diagram. |
DataLineageSources | Returns an object representing a collection of all source/target models in the diagram. |
Default | Returns the default with the given DefaultID. PARAMETERS: DefaultID. |
Domain | Returns the domain with the given domainID. PARAMETERS: DomainID. |
EnterpriseDataDictionaries | Returns a collection of enterprise data dictionaries. |
GenerateReport | Make an HTML or RTF report indicated by the given QuickLaunch file. PARAMETERS: QuickLaunchFile (String). |
GetFullFilePath | Full file path of the diagram. DATATYPE: String. |
ImportDictionary | Import a Data Dictionary from the given file. PARAMETERS: FileName (String). |
MergeModelObject | Returns an object which provides an interface for merging models. |
Models | Returns an object representing a collection of all models in the diagram. |
RepoAddDiagram | Add this Diagram to Repository. Return value is 1 if successful, 0 otherwise. RETURN DATATYPE: Integer. |
RepoCheckinDiagram | Check in a diagram to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer. |
RepoCheckinObjects | Check in objects to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer. |
RepoCheckoutDiagram | Check out a diagram from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean), Comment (String). RETURN DATATYPE: Integer. |
RepoCheckoutObjects | Check out selected objects from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean), Comment (String). RETURN DATATYPE: Integer. |
RepoCheckOutStatus | Get the Check Out status of this Diagram object. DATATYPE: StringObjects. |
RepoExclusiveCheckoutDiagram | Exclusively checks out a diagram from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS GetLatest (Boolean). RETURN DATATYPE: Integer. |
RepoExclusiveCheckOutObjects | Exclusively checks out selected objects from the repository. Synchronizes with server if GetLatest is true. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean). RETURN DATATYPE: Integer. |
RepoGetLatestDiagram | Get the latest data of this Diagram from Repository. Return value is 1 if successful, 0 otherwise. RETURN DATATYPE: Integer. |
RepoRedoCheckOutDiagram | Redo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. |
RepoRedoCheckOutObjects | Redo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. |
RepoSetNamedRelease | Set a NamedRelease for this diagram. PARAMETERS: Name (String), Description (String). DATATYPE: Integer. |
RepoUndoCheckOutDiagram | Undo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. |
RepoUndoCheckOutObjects | Undo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. |
RepoVersionHistory | Get the Version History of this Diagram from the Repository server. Returns the data in the StringObjects collection. DATATYPE: StringObjects. |
Rule | Returns the Rule with the given RuleID. PARAMETERS: RuleID. |
SaveFile | Saves the diagram to the specified location given in the FullFilePath. PARAMETERS: FullFilePath (String). |
SetActiveDataFlow | Sets the Active DataFlow for the Diagram. PARAMETERS: DataFlowName (String). |
SetActiveModel | Sets the Active Model for the Diagram. PARAMETERS: ModelName (String). |
UserComments | Returns a collection of user comments associated with this Diagram. |
UserDatatype | Returns the user data type with the given UserDataTypeID. PARAMETERS: UserDataTypeID. |
Public Properties
Property | Description |
---|---|
Author | Author of the Diagram. DATATYPE: String. |
CodePage | Codepage of the Diagram. DATATYPE: Integer. |
Company | Company that made this Diagram. DATATYPE: String. |
CopyrightOwner | CopyrightOwner of the Diagram. DATATYPE: String. |
CopyrightYear | CopyrightYear of the Diagram. DATATYPE: String. |
CreateDate | Creation date of the Diagram. DATATYPE: String. |
Description | Description of the Diagram. DATATYPE: String. |
Dictionary | Returns a Data Dictionary object. |
FileName | File name of the diagram. DATATYPE: String. |
GUID | GUID of the Diagram as assigned by ER/Studio. Each Diagram has a unique GUID. DATATYPE: String. |
LastUpdate | Date when the Diagram is last updated. DATATYPE: String. |
ProjectName | Project Name of the Diagram. DATATYPE: String. |
Version | Version of the Diagram. DATATYPE: String. |
See Also