TypeExtensionPointAttribute is used to bind an extension point to a class or interface.
More...
|
string | Path [get, private set] |
| The unique string identifying this ExtensionPoint. This identifier is typically formatted as a path using '/' and the set of extension points is sometimes viewed as forming a tree. More...
|
|
string | Description [get, set] |
| An optional description of the purpose of the ExtensionPoint More...
|
|
TypeExtensionPointAttribute is used to bind an extension point to a class or interface.
NUnit.Engine.Extensibility.TypeExtensionPointAttribute.TypeExtensionPointAttribute |
( |
string |
path | ) |
|
|
inline |
NUnit.Engine.Extensibility.TypeExtensionPointAttribute.TypeExtensionPointAttribute |
( |
| ) |
|
|
inline |
Construct an TypeExtensionPointAttribute, without specifying the path. The extension point will use a path constructed based on the interface or class to which the attribute is applied.
string NUnit.Engine.Extensibility.TypeExtensionPointAttribute.Path |
|
getprivate set |
string NUnit.Engine.Extensibility.TypeExtensionPointAttribute.Description |
|
getset |
The documentation for this class was generated from the following file: