OpenTAP 9.25
API Reference
|
Represents a plugin (type that derives from ITapPlugin) in a payload file of an OpenTAP package. More...
Public Member Functions | |
PluginFile () | |
Creates a new PluginFile. | |
bool | ShouldSerializeBrowsable () |
Obsolete. Use !Browsable instead. | |
Properties | |
string | Type [getset] |
The namespace qualified name of the type. | |
string | BaseType [getset] |
The display name of the plugin base type that Type derives from. E.g. TestStep. | |
string | Name [getset] |
The display name of the plugin type as specified by its DisplayAttribute. | |
string | Group [getset] |
Obsolete. Always null. Use Groups instead. | |
double | Order [getset] |
The display order of the plugin type as specified by its DisplayAttribute. | |
bool | Browsable [getset] |
The browsable state of the plugin type as specified by a System.ComponentModel.BrowsableAttribute. | |
string | Description [getset] |
The description of the plugin type as specified by its DisplayAttribute. | |
bool | Collapsed [getset] |
The collapsed state of the display group to which the plugin belongs as specified by its DisplayAttribute. | |
string[] | Groups [getset] |
The array of display groups of the plugin type as specified by its DisplayAttribute. | |
Represents a plugin (type that derives from ITapPlugin) in a payload file of an OpenTAP package.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25