Table of Contents

Class TopLevelRule

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Win32.dll
public class TopLevelRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
TopLevelRule
Implements
Inherited Members

Constructors

TopLevelRule()

public TopLevelRule()

Methods

Execute(GlueRuleExecutionState)

Executes the rule.

public override void Execute(GlueRuleExecutionState state)

Parameters

state GlueRuleExecutionState

The current rule execution state.

Remarks

This has to be implemented by the rule classes.

Events

Create

public event TopLevelRule.CreateHandler Create

Event Type

TopLevelRule.CreateHandler

CreateMultiple

public event TopLevelRule.CreateMultipleHandler CreateMultiple

Event Type

TopLevelRule.CreateMultipleHandler