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.TypeExtensionPointAttribute Class Reference

TypeExtensionPointAttribute is used to bind an extension point to a class or interface. More...

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

Public Member Functions

 TypeExtensionPointAttribute (string path)
 Construct a TypeExtensionPointAttribute, specifying the path. More...
 
 TypeExtensionPointAttribute ()
 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. More...
 

Properties

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...
 

Detailed Description

TypeExtensionPointAttribute is used to bind an extension point to a class or interface.

Constructor & Destructor Documentation

NUnit.Engine.Extensibility.TypeExtensionPointAttribute.TypeExtensionPointAttribute ( string  path)
inline

Construct a TypeExtensionPointAttribute, specifying the path.

Parameters
pathA unique string identifying the extension point.
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.

Property Documentation

string NUnit.Engine.Extensibility.TypeExtensionPointAttribute.Path
getprivate 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.

Referenced by NUnit.Engine.Services.ExtensionService.FindExtensionPoints().

string NUnit.Engine.Extensibility.TypeExtensionPointAttribute.Description
getset

An optional description of the purpose of the ExtensionPoint

Referenced by NUnit.Engine.Services.ExtensionService.FindExtensionPoints().


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