C# Class RevitLookup.Test.RevitLookupTestFuncs

Summary description for RevitLookupTestFuncs.
Show file Open project: jeremytammik/RevitLookup Class Usage Examples

Public Properties

Property Type Description
m_testFuncs System.Collections.ArrayList

Protected Properties

Property Type Description
m_revitApp Autodesk.Revit.UI.UIApplication

Public Methods

Method Description
AddTestFuncsToFramework ( RevitLookupTestFuncs testFuncs ) : void
RegisteredTestFuncs ( ) : ArrayList
RemoveTestFuncsFromFramework ( RevitLookupTestFuncs testFuncs ) : void
RevitLookupTestFuncs ( Autodesk app ) : System

Method Details

AddTestFuncsToFramework() public static method

public static AddTestFuncsToFramework ( RevitLookupTestFuncs testFuncs ) : void
testFuncs RevitLookupTestFuncs
return void

RegisteredTestFuncs() public static method

public static RegisteredTestFuncs ( ) : ArrayList
return System.Collections.ArrayList

RemoveTestFuncsFromFramework() public static method

public static RemoveTestFuncsFromFramework ( RevitLookupTestFuncs testFuncs ) : void
testFuncs RevitLookupTestFuncs
return void

RevitLookupTestFuncs() public method

public RevitLookupTestFuncs ( Autodesk app ) : System
app Autodesk
return System

Property Details

m_revitApp protected static property

protected static Autodesk.Revit.UI.UIApplication m_revitApp
return Autodesk.Revit.UI.UIApplication

m_testFuncs public property

public ArrayList,System.Collections m_testFuncs
return System.Collections.ArrayList