Table of Contents

Class FlexQtAxHostObjectRule

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

Constructors

FlexQtAxHostObjectRule()

public FlexQtAxHostObjectRule()

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.