C# 클래스 EAAddinFramework.EASpecific.Script

Description of Script.
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework

Private Properties

프로퍼티 타입 설명
IncludeScripts string
Script System
executeFunction object
executeFunction object
getIncludedcode string
getIncludes List
getLanguageFromPath string
getValueByName string
loadLocalMDGScripts void
loadLocalScripts void
loadMDGScripts void
loadMDGScriptsFromFolder void
loadMDGScriptsFromURL void
loadOtherMDGScripts void
loadStaticEAMaticScript void
loadStaticIncludableScripts void
reloadCode void
setLanguage void

공개 메소드들

메소드 설명
Script ( string scriptID, string scriptName, string groupName, string code, string language, TSF.UmlToolingFramework.Wrappers.EA model ) : System

creaates a new script

Script ( string scriptID, string scriptName, string groupName, string code, string language, bool isStatic ) : System

creaates a new script

addCode ( string functionCode ) : void

adds the given code to the end of the script

addFunction ( MethodInfo operation ) : ScriptFunction

add a function with based on the given operation

getEAMaticScripts ( TSF.UmlToolingFramework.Wrappers.EA model ) : List