Represents a dynamic business rule that has been triggered by a query.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[SerializableAttribute]
public class BusinessRule : IAttributeMapProvider
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BusinessRule _
	Implements IAttributeMapProvider
Visual C++
[SerializableAttribute]
public ref class BusinessRule : IAttributeMapProvider

Remarks

A business rule allows certain records to be promoted and displayed to users as they search and navigate within a data set. The records that are promoted are determined at run time, in the context of a specific query, according to the configuration of the rule, and other associated entities (Zones and Styles). The promotion of records according to rules enables the merchandising and content spotlighting features of the MDEX engine. Please refer to the Endeca Developers Guide for further details.

BusinessRule represents a specific instance of a business rule that has been triggered in the context of a query. The records that have been promoted by the execution of this rule are available using Records.

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.BusinessRule

See Also