C# Класс EAAddinFramework.Utils.Script

Description of Script.
Показать файл Открыть проект

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