Information Model Creation Overview

When you insert an information model into the Repository, you populate the Type Information Model. That is, you create instances of the classes, interfaces, properties, methods, and relationship types of the Type Information Model.

To create a new information model

  1. Begin a transaction.

  2. Create a Repository type library.

  3. Add classes to the Repository type library.

  4. For each class, add interfaces.

  5. For each interface, add properties.

  6. For each interface, add methods.

  7. Add relationship types and pairs of collection types.

  8. Commit the transaction.

For More Information   To get detailed information about the parameters for any of the methods discussed in this section, search for the method name in the Repository Automation Reference or the Repository COM Reference.