Telerik OpenAccess ORM

Telerik OpenAccess ORM Send comments on this topic.
Toolbox Items
Programmer's Guide > Feature Reference > Tools > Visual Designer > Toolbox Items

Glossary Item Box

When using the Visual Designer, Telerik OpenAccess ORM adds several items in the Visual Studio's Toolbox, which can be dragged (added) in the model diagram.

  • DomainClass - dragging a DomainClass item onto the design surface will add a new class to the domain model. On the snapshot below a new class is added to the domain model, and its name is set to "DomainClass1".


  • Association - adds a new association between two objects in the domain model. For more information, see Working with Associations.
  • Inheritance - creates an inheritance relationship between two objects. For more information, see Modeling Inheritance with the Visual Designer.
  • Comment - adds a comment to the domain model diagram.
  • Comment Link - connects a comment with an object from the domain model.

  • Interface - dragging a Interface item onto the design surface will add a new class to the domain model. On the snapshot below a new class is added to the domain model, and its name is set to "Interface1".

All domain model objects can be further edited by using the Properties Pane. Clicking an item in the design surface makes it active in the Properties window.