gw_logo_08.gif (1982 bytes)  
Last edit: 2009-05-04 Graham Wideman

ModelRight

Introduction to ModelRight scripting and automation

 

Getting started with ModelRight scripting  >>

Contents

On this page

Subsequent pages

Getting started with ModelRight scripting

ModelRight's Object Model: Background

ModelRight's Model Explorer and Browsers

Some ModelRight Programming Topics in more Detail

Sample ModelRight Scripts

Sample ModelRight COM Automation

ModelRight's Forward-engineering scripts

ModelRight Object Model (Classes) Reference

Introduction

The ModelRight program provides a comprehensive environment for viewing, creating and editing database models as Entity-Relationship diagrams, and for forward and reverse engineering databases hosted by DBMSs from different vendors. ModelRight provides considerable power over the models themselves and also an unusual level of control over the graphical appearance of the models, including the capability to add annotations and control text and graphic style features.

To this foundation ModelRight adds scripting features through which to access and manipulate both the database model and the diagram graphic appearance in powerful ways.  For example:

Orientation to ModelRight programmability

What there is to know

To master ModelRight programmability, there are two main themes to tackle:

Much of what you need to know involves understanding the conceptual layout of the tree of ModelRight objects, and then knowing the programming aspects of accessing these objects.  These topics are described on subsequent pages.  Next >


Document Status
Date (reverse) Who Description
     
2009-04-01 to 05-04 GW Revisions
2008-07-10 GW Original