C# Класс RevitLookup.Test.RevitLookupTestFuncInfo

This is a simple package of data about a given Test function. Create new instances of this object and add it to a RevitLookupTestFuncInfo-derived class.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetTestType ( ) : TestType
RevitLookupTestFuncInfo ( string label, string desc, System classType, TestFunc func, TestType tType ) : System
RevitLookupTestFuncInfo ( string label, string desc, string categoryStr, TestFunc func, TestType tType ) : System
RunTest ( ) : void

Описание методов

GetTestType() публичный Метод

public GetTestType ( ) : TestType
Результат TestType

RevitLookupTestFuncInfo() публичный Метод

public RevitLookupTestFuncInfo ( string label, string desc, System classType, TestFunc func, TestType tType ) : System
label string
desc string
classType System
func TestFunc
tType TestType
Результат System

RevitLookupTestFuncInfo() публичный Метод

public RevitLookupTestFuncInfo ( string label, string desc, string categoryStr, TestFunc func, TestType tType ) : System
label string
desc string
categoryStr string
func TestFunc
tType TestType
Результат System

RunTest() публичный Метод

public RunTest ( ) : void
Результат void