Creating a Model in Visual Studio

You can create any of the model types supported by PowerDesigner from within Visual Studio. The following procedure focuses on how to create an object-oriented model (OOM).

  1. Select a project in the Solution Explorer.
  2. Select File > New > File to open the New File window:

  3. Select PowerDesigner in the Categories pane, and the type of model that you want to create in the Templates pane.
  4. Click OK to open the New Model window:

  5. Select one of the following radio buttons:

    • New model – Creates a new, standard, model.

    • New model from template – Creates a model from a model template, which can contain pre-configured options, preferences, extensions, and objects. For more information, see Model Templates.

  6. Enter a model name. The code of the model, which is used for script or code generation, is derived from this name according to the model naming conventions.
  7. Select an Object language from the list.

    Object languages are defined in dedicated XML files (with a .XOL extension), which are provided as part of your PowerDesigner installation in the "\Resource Files\Object Languages" directory, and contain all the syntax and specifications for each target language.

  8. Select one of the following radio buttons:

    • Share the object language definition – use the original object language file in the "Resource Files\Object Languages" directory. Any changes made to the object language are shared by all linked OOM.

    • Copy the object language definition in model –copy the object language file to the model. The copied object language is saved with the OOM and cannot be used without it. It is not affected by modifications made to the original language in the Object Languages directory.

      For more information on object language properties and customizing an object language, see "Resource File Reference" and "Working with the Resource Editor" in the Resource Files and the Public Metamodel chapter of the Customizing and Extending PowerDesigner manual.

  9. Select the type of the first diagram in the First Diagram list. The first type of diagram selected remains in memory, and is the default for the next time when you create a new OOM.

    You can create as many diagrams as you need in the same OOM. They are sorted alphabetically in the Model Explorer, except the diagram specified here, which is always the first in the list.

  10. [optional] If you want to attach one or more extended model definitions to complement the selected object language, click the Extended Model Definitions tab, and select the extended model definitions of your choice.

    For more information on attaching extended model definition to a model, see "Extended Model Definitions" in the Resource Files and the Public Metamodel chapter of the Customizing and Extending PowerDesigner manual.

  11. Click OK to create the OOM.