IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Engine.Extensibility.ExtensionAttribute Class Reference

The ExtensionAttribute is used to identify a class that is intended to serve as an extension. More...

+ Inheritance diagram for NUnit.Engine.Extensibility.ExtensionAttribute:
+ Collaboration diagram for NUnit.Engine.Extensibility.ExtensionAttribute:

Properties

string Path [get, set]
 A unique string identifying the ExtensionPoint for which this Extension is intended. This is an optional field provided NUnit is able to deduce the ExtensionPoint from the Type of the extension class. More...
 
string Description [get, set]
 An optional description of what the extension does. More...
 

Detailed Description

The ExtensionAttribute is used to identify a class that is intended to serve as an extension.

Property Documentation

string NUnit.Engine.Extensibility.ExtensionAttribute.Path
getset

A unique string identifying the ExtensionPoint for which this Extension is intended. This is an optional field provided NUnit is able to deduce the ExtensionPoint from the Type of the extension class.

string NUnit.Engine.Extensibility.ExtensionAttribute.Description
getset

An optional description of what the extension does.


The documentation for this class was generated from the following file: