Table of Contents

Class DefaultActionAttribute

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Specifies the default action of an adapter.

[AttributeUsage(AttributeTargets.Method)]
public class DefaultActionAttribute : Attribute, _Attribute
Inheritance
DefaultActionAttribute
Implements
Inherited Members

Remarks

By applying this attribute to a method in an adapter you can specify the default action of that adapter. This attribute must only be applied to a single method in an adapter!

Constructors

DefaultActionAttribute()

public DefaultActionAttribute()