Table of Contents

Class OriginalDisplayNameAttribute

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Specifies the original display name for a class or member.

public class OriginalDisplayNameAttribute : Attribute, _Attribute
Inheritance
OriginalDisplayNameAttribute
Implements
Inherited Members

Remarks

This attribute is usually applied to a property or method of an adapter if the generated property or method name is different from the original display name of the corresponding attribute or action.

Constructors

OriginalDisplayNameAttribute(string)

Initializes a new instance.

public OriginalDisplayNameAttribute(string originalDisplayName)

Parameters

originalDisplayName string

The original display name.

Properties

DisplayName

Gets the original display name for the class or member.

public string DisplayName { get; }

Property Value

string