C# Class EAAddinFramework.Utils.EaScript

Exibir arquivo Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Public Methods

Method Description
EaScript ( Model model, string name, string type, string language, string code ) : System.Linq
EaScript ( Model model, string name, string type, string language, string groupGuid, string code ) : System.Linq
Save ( ) : void

Private Methods

Method Description
Exists ( ) : bool
GetInfo ( ) : void

getInfo from script (ID, groupName, groupGuid) It get's only one Script (The same ScriptName could be in more than one ScriptGroup)

Init ( Model model, string name, string type, string language, string groupGuid, string code ) : void

Method Details

EaScript() public method

public EaScript ( Model model, string name, string type, string language, string code ) : System.Linq
model Model
name string
type string
language string
code string
return System.Linq

EaScript() public method

public EaScript ( Model model, string name, string type, string language, string groupGuid, string code ) : System.Linq
model Model
name string
type string
language string
groupGuid string
code string
return System.Linq

Save() public method

public Save ( ) : void
return void