Table of Contents

Class SapWindowRule

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

Constructors

SapWindowRule()

public SapWindowRule()

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.