C# 클래스 EAAddinFramework.Utils.Script

Description of Script.
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

Private Properties

프로퍼티 타입 설명
ExecuteFunction object
ExecuteFunction object
GetDescription string
GetIncludedcode string
GetIncludes List
GetLanguageFromPath string
GetValueByName string
IncludeScripts string
LoadLocalMdgScripts void
LoadLocalScripts void
LoadMdgScripts void
LoadMdgScriptsFromFolder void
LoadMdgScriptsFromUrl void
LoadOtherMdgScripts void
LoadStaticEaMaticScript void
LoadStaticIncludableScripts void
ReloadCode void
Script System
SetLanguage void

공개 메소드들

메소드 설명
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 ( Model model ) : List