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

Marks that a property should be selected from a list in the UI. Points to another property that contains the list of possible values. More...

Inherits Attribute.

Public Member Functions

 AvailableValuesAttribute (string propertyName)
 Creates a new AvailableValuesAttribute that points to a property by name. More...
 

Properties

string PropertyName [get]
 Gets the name of the property with available values.
 

Detailed Description

Marks that a property should be selected from a list in the UI. Points to another property that contains the list of possible values.

Constructor & Destructor Documentation

◆ AvailableValuesAttribute()

OpenTap.AvailableValuesAttribute.AvailableValuesAttribute ( string  propertyName)
inline

Creates a new AvailableValuesAttribute that points to a property by name.

Parameters
propertyNameThe name of the property with the possible values.

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