Authoring Objects Summary
This summary lists all the objects in the Authoring object model and their properties and methods.
- EQError Object
Properties/Methods
- EQModel Object
Properties/Methods
Properties/Methods |
Description |
Errors Property |
Contains the collection of errors generated from the last method used on the EQModel object. |
AutoModel Method | Creates default entities and relationships for tables and entities in the current project. |
Build Method | Builds an English Query model from the current project. |
Compile Method | Performs all object validation checks on each object in the project and returns a collection of errors, warnings, and the number of occurrences. |
CreateProject Method |
Clears the contents of the current project and sets the name of the new project. |
FetchDatabaseStructure Method | Retrieves schema information, such as tables or cubes, from the database by using the given Microsoft® ActiveX® Data Objects (ADO) Connection object. |
OpenModule Method | Loads the contents of a English Query module (*.eqm) and appends it to the existing XMLDOMDocument object. |
OpenProject Method | Clears the XMLDOMDocument object and then loads a project (*.eqp), including modules (*.eqm), into the XMLDOMDocument object. |
OpenProjectFromXMLDOM Method | Loads the contents of the current project from an XMLDOMDocument object. |
SaveModule Method | Saves the contents of a module in the XMLDOMDocument object into the specified module file. |
SaveProject Method | Saves the contents of the XMLDOMDocument object in semantic modeling format (SMF) into project (*.eqp) and module (*.eqm) files. |
SaveProjectAsSMF Method | Saves the contents of the current project to a merged single SMF (.smf) file. |