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

The ExtensionPropertyAttribute is used to specify named properties for an extension. More...

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

Public Member Functions

 ExtensionPropertyAttribute (string name, string value)
 Construct an ExtensionPropertyAttribute More...
 

Properties

string Name [get, private set]
 The name of the property. More...
 
string Value [get, private set]
 The property value More...
 

Detailed Description

The ExtensionPropertyAttribute is used to specify named properties for an extension.

Constructor & Destructor Documentation

NUnit.Engine.Extensibility.ExtensionPropertyAttribute.ExtensionPropertyAttribute ( string  name,
string  value 
)
inline

Construct an ExtensionPropertyAttribute

Parameters
nameThe name of the property
valueThe property value

Property Documentation

string NUnit.Engine.Extensibility.ExtensionPropertyAttribute.Name
getprivate set

The name of the property.

string NUnit.Engine.Extensibility.ExtensionPropertyAttribute.Value
getprivate set

The property value


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