Table of Contents

Class WinFormsRule

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

Constructors

WinFormsRule()

public WinFormsRule()

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.