C# 클래스 AddinFramework.Util.ScriptFuntionWrapper

Wrapper for Script Functions: - Message box if error - Configure if you want to show message box
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
Execute ( object par ) : System.Boolean

Execute function with or without error MessageBox

ScriptFuntionWrapper ( ScriptFunction function ) : System
ScriptFuntionWrapper ( ScriptFunction function, bool isErrorOutput ) : System

메소드 상세

Execute() 공개 메소드

Execute function with or without error MessageBox
public Execute ( object par ) : System.Boolean
par object
리턴 System.Boolean

ScriptFuntionWrapper() 공개 메소드

public ScriptFuntionWrapper ( ScriptFunction function ) : System
function AddinFramework.Util.Script.ScriptFunction
리턴 System

ScriptFuntionWrapper() 공개 메소드

public ScriptFuntionWrapper ( ScriptFunction function, bool isErrorOutput ) : System
function AddinFramework.Util.Script.ScriptFunction
isErrorOutput bool
리턴 System