C# Class EAAddinFramework.EASpecific.Script

Description of Script.
ファイルを表示 Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework

Private Properties

Property Type Description
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

Public Methods

Method Description
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