C# Class EAAddinFramework.Utils.EaScriptGroup

Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Méthodes publiques

Méthode Description
EaScriptGroup ( Model model, string name, EaScriptGroupType groupType ) : System.Linq
Exists ( ) : bool
GetInfo ( ) : void
Save ( ) : void

Save EaScriptGroup.

Private Methods

Méthode Description
GetGroupType ( ) : string
Init ( Model model, string groupName, EaScriptGroupType groupType ) : void

Initialize ScriptGroup

Method Details

EaScriptGroup() public méthode

public EaScriptGroup ( Model model, string name, EaScriptGroupType groupType ) : System.Linq
model Model
name string
groupType EaScriptGroupType
Résultat System.Linq

Exists() public méthode

public Exists ( ) : bool
Résultat bool

GetInfo() public méthode

public GetInfo ( ) : void
Résultat void

Save() public méthode

Save EaScriptGroup.
public Save ( ) : void
Résultat void