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. |
Get the Check Out status of this Diagram object. DATATYPE: StringObjects. | |
Exclusively checks out a diagram from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS GetLatest (Boolean). RETURN DATATYPE: Integer. | |
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. | |
Get the latest data of this Diagram from Repository. Return value is 1 if successful, 0 otherwise. RETURN DATATYPE: Integer. | |
Redo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. | |
Redo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. | |
Set a NamedRelease for this diagram. PARAMETERS: Name (String), Description (String). DATATYPE: Integer. | |
Undo the diagram check out. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. | |
Undo the check out of objects. Return value is 1 if successful, 0 otherwise. DATATYPE: Integer. | |
Get the Version History of this Diagram from the Repository server. Returns the data in the StringObjects collection. DATATYPE: StringObjects. | |
Returns the Rule with the given RuleID. PARAMETERS: RuleID. | |
Saves the diagram to the specified location given in the FullFilePath. PARAMETERS: FullFilePath (String). | |
Sets the Active DataFlow for the Diagram. PARAMETERS: DataFlowName (String). | |
Sets the Active Model for the Diagram. PARAMETERS: ModelName (String). | |
Returns a collection of user comments associated with this Diagram. | |
Returns the user data type with the given UserDataTypeID. PARAMETERS: UserDataTypeID. |
Public Properties
Property | Description |
---|---|
Author of the Diagram. DATATYPE: String. | |
Codepage of the Diagram. DATATYPE: Integer. | |
Company that made this Diagram. DATATYPE: String. | |
CopyrightOwner of the Diagram. DATATYPE: String. | |
Copyright Year of the Diagram. DATATYPE: String. | |
Date when the Diagram is created. DATATYPE: String. | |
Description of the Diagram. DATATYPE: String. | |
Returns a Data Dictionary object. | |
File name of the diagram. DATATYPE: String. | |
GUID of the Diagram as assigned by ER/Studio. Each Diagram has a unique GUID. DATATYPE: String. | |
Date when the Diagram is last updated. DATATYPE: String. | |
Project Name of the Diagram. DATATYPE: String. | |
Version of the Diagram. DATATYPE: String. |
See Also