C# 클래스 AddinFramework.Util.ScriptUtility

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
RunScriptFunction ( Model model, ScriptFunction function, EA oType, object oContext ) : bool

Run function for EA item of arbitrary type - If parameter count = 2 it calls the function with oType, oContext - If parameter count = 3 it calls the function with oType, oContext, Model

메소드 상세

RunScriptFunction() 공개 정적인 메소드

Run function for EA item of arbitrary type - If parameter count = 2 it calls the function with oType, oContext - If parameter count = 3 it calls the function with oType, oContext, Model
public static RunScriptFunction ( Model model, ScriptFunction function, EA oType, object oContext ) : bool
model EAAddinFramework.Utils.Model
function AddinFramework.Util.Script.ScriptFunction Function
oType EA EA Object type
oContext object EA Object
리턴 bool