Table of Contents

Class SapChildrenRule

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

Constructors

SapChildrenRule()

public SapChildrenRule()

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.