Table of Contents

Class WinFormsCoreFarPointRule

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

Constructors

WinFormsCoreFarPointRule()

public WinFormsCoreFarPointRule()

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.