RuleManager Class

Definition

Rule Manager class

public ref class RuleManager sealed
public sealed class RuleManager
type RuleManager = class
Public NotInheritable Class RuleManager
Inheritance
RuleManager

Properties

IsRuleSuspended

Gets the suspension state of the rule manager.

Methods

DisableRule(Type)

Disables the Rule of the particular Type from firing.

EnableRule(Type)

Enables the Rule of the particular Type to fire.

ResumeRuleNotification()

Resume rule notification to the client

SuspendRuleNotification()

Suspend rule notification to the client

Events

RuleFired

Rule fired event Used for progress notification

Applies to