C# Class EAAddinFramework.EASpecific.ScriptFunction

Description of ScriptFunction.
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ScriptFunction ( Script owner, Procedure procedure ) : System
execute ( object parameters ) : object

execute this function

Method Details

ScriptFunction() public méthode

public ScriptFunction ( Script owner, Procedure procedure ) : System
owner Script
procedure Procedure
Résultat System

execute() public méthode

execute this function
public execute ( object parameters ) : object
parameters object the parameters needed by this function
Résultat object