OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.ColumnDisplayNameAttribute Class Reference

Indicates that a property on a TestStep (a step setting) should be visible within a Test Plan editor UI. More...

Inheritance diagram for OpenTap.ColumnDisplayNameAttribute:
OpenTap.IAnnotation

Public Member Functions

 ColumnDisplayNameAttribute (string ColumnName=null, double Order=0, bool IsReadOnly=false)
 Create a new instance of ColumnDisplayNameAttribute. To be used on TestStep properties to show that they should appear in the test plan editor. More...
 

Properties

string ColumnName [get]
 The header name of the column.
 
double Order [get]
 Used for managing the order in which the columns appear.
 
bool IsReadOnly [get]
 Whether the property as a column is read-only.
 

Detailed Description

Indicates that a property on a TestStep (a step setting) should be visible within a Test Plan editor UI.

Constructor & Destructor Documentation

◆ ColumnDisplayNameAttribute()

OpenTap.ColumnDisplayNameAttribute.ColumnDisplayNameAttribute ( string  ColumnName = null,
double  Order = 0,
bool  IsReadOnly = false 
)
inline

Create a new instance of ColumnDisplayNameAttribute. To be used on TestStep properties to show that they should appear in the test plan editor.

Parameters
ColumnNameThe header name of the column.
OrderUsed for managing the order in which the columns appear.
IsReadOnlyWhether the property as a column is read-only.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41