Table of Contents

Class WinFormsCoreRule

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

Constructors

WinFormsCoreRule()

public WinFormsCoreRule()

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.