Table of Contents

Class MsaaUpDownRule

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

Constructors

MsaaUpDownRule()

public MsaaUpDownRule()

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.