OpenTAP 9.25
API Reference
|
Ordering constraint for plugin types. This should be used 'before' something else. This is currently only support by implementations of IStringConvertProvider. If more than one of these attributes are used, it will try to find a type before all of them. More...
Inherits Attribute.
Public Member Functions | |
BeforeAttribute (Type type) | |
Creates a BeforeAttribute from a type parameter. This is the safest way, but requires a public C# type. | |
BeforeAttribute (string typeName) | |
Creates a BeforeAttribute from a string type name.. More... | |
virtual bool | Before (ITypeData other) |
returns true if the marked type should come before the 'other' type. This can method can be overridden for more custom 'before' behavior. More... | |
Ordering constraint for plugin types. This should be used 'before' something else. This is currently only support by implementations of IStringConvertProvider. If more than one of these attributes are used, it will try to find a type before all of them.
|
inline |
Creates a BeforeAttribute from a string type name..
typeName |
|
inlinevirtual |
returns true if the marked type should come before the 'other' type. This can method can be overridden for more custom 'before' behavior.
other |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:23