ILOG Rules for .NET User Guides > Rule Studio > Defining Business Object Models > Introducing the Business Object Model View: Two Views of a Class

In ILOG Rules for .NET a class has two views: a standard view and a business view. The standard view of a class is the one that you see in the Class View of a Visual Studio .NET solution. The business view of a class is the one that you see in the Business Object Model View. This view presents the properties of each class in the business object model for the solution.

Only classes in, or referenced in, a project with an associated business object model are displayed in the Business Object Model View.

To open the Business Object Model View

Comparison of the Business Object Model View and the Class View

The Business Object Model View works in a similar way to the Class View of Visual Studio .NET, for example:

There are, however, some differences between the Business Object Model View and the Class View:

See Also

Setting Up a Business Object Model | Verbalizing a Business Member | Business Object Model View