Public Methods

MethodDescription
AttachmentTypesReturns an object representing a collection of all AttachmentTypes in this Data Dictionary. 
DefaultsReturns an object representing a collection of all defaults in the Data Dictionary. 
DomainFoldersReturns an object representing a collection of all domain folders in the Data Dictionary. 
DomainsReturns an object representing a collection of all domains in the Data Dictionary. 
ImportDictionaryImport the specified Data Dictionary from the given file into this data dictionary. Duplicate names are resolved via the duplicate name option: 0 = Rename, 1 = Update, 2 = Skip. PARAMETERS: FileName (String), DataDictionaryName (String), DupNameOption (Integer). 
NamingStandardsTemplatesReturns an object representing a collection of all NamingStandardsTemplates in this Data Dictionary.
ReferenceValuesReturns an object representing a collection of all ReferenceValues in this Data Dictionary.
RepoCheckinDataDictionaryCheck in a Data Dictionary to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer.
RepoCheckoutDataDictionaryCheck out a Data Dictionary from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean), Comment (String). RETURN DATATYPE: Integer.
RepoExclusiveCheckoutDataDictionaryExclusively checks out a Dictionary from the Repository, and then synchronizes with it if GetLatest is true. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean). RETURN DATATYPE: Integer.
RulesReturns an object representing a collection of all rules in the Data Dictionary.
SecurityTypesReturns an object representing a collection of all SecurityTypes in this Data Dictionary.
UserCommentsReturns a collection of user comments associated with this data dictionary.
UserDatatypesReturns an object representing a collection of all user datatypes in the Data Dictionary.

Public Properties

PropertyDescription
DescriptionDescription of the Dictionary. DATATYPE: String.
EnterpriseLevelTrue if Dictionary is enterprise level. DATATYPE: Boolean.
GUIDGUID of the Dictionary as assigned by ER/Studio. Each Dictionary has a unique GUID. DATATYPE: String.
IDID of the Dictionary. The ID of the Main Dictionary is 1, whereas the ID of the Enterprise Dictionaries is assigned by ER/Studio. Each Enterprise Dictionary bound to a diagram has a unique ID. DATATYPE: Integer.
NameName of the Dictionary. DATATYPE: String.
  • No labels