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.
파일 보기 프로젝트 열기: jeremytammik/RevitLookup 1 사용 예제들

공개 메소드들

메소드 설명
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