Meta Data Services Programming

Add Interfaces to Each Class

Each of the classes in your information model exposes one or more interfaces. Add a new interface to a class by creating an instance of the InterfaceDef class.

When you create a custom interface, you must avoid assigning a dispatch ID of 1000 to the interface. IRepositoryDispatch::get_Properties reserves this value for itself.

To create a new interface definition

See Also

Add Methods to Each Interface

Add Properties to Each Interface

Add Relationship Types and Pairs of Collection Types

ClassDef Object

Creating Type Information Programmatically

IClassDef Interface