OpenTAP 9.25
API Reference
|
Determines the order of plugin activation related to other plugins. More...
Inherits Attribute.
Public Member Functions | |
PluginOrderAttribute (Type before=null, Type after=null, double order=0.0) | |
Creates a new instance of this attribute. More... | |
Properties | |
Type | Before [get] |
The type marked with the PluginOrderAttribute should come before this type. | |
Type | After [get] |
The type marked with the PluginOrderAttribute should come after this type. | |
double | Order [get] |
The type marked with the PluginOrderAttribute should be weighted by this order if everything else is the same. Sorting by smallest order first (default sort order for double) | |
Determines the order of plugin activation related to other plugins.
|
inline |
Creates a new instance of this attribute.
before | Order of this plugin is before another plugin. |
after | Order of this plugin is after another plugin. |
order | Everything else being the same, use a number sort order. |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24