Table of Contents

Class PowerAppsRootRule

Namespace
Ranorex.Plugin.PowerApps.Rules
Assembly
Ranorex.Plugin.Uia.dll
public class PowerAppsRootRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
PowerAppsRootRule
Implements
Inherited Members

Constructors

PowerAppsRootRule()

public PowerAppsRootRule()

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.