ILOG Rules for .NET User Guides > Rule Studio > Defining Business Object Models > Verbalizing a Business Member

By default the name of a business object model member is used to represent the member in business rules in the Intellirule Editor, however, you can use the member's Display Text property to control this.

For example, imagine a class, Customer, that has a Boolean property, HasPolicy. By default, in the Intellirule Editor this property appears in rules as HasPolicy. If the Display Text property is set to "the customer has a policy", the business rules that use this property become easier to understand.

To verbalize a class or class member
  1. Open the Business Object Model View, and select the member.
  2. Set the Display Text property for the member to the string that you want to represent it in a rule.
  3. Now, when this member is used in a rule, the string in the Display Text property is used to represent the member.

In This Section

This section covers how to construct the Display Text property of a member:

Including Variables in a BOM Member's Verbalization
Discover how to use the {this} placeholder to include variables in a BOM member's verbalization.
Methods with Arguments
Learn how to set the Display Text property of methods that have arguments.