C# Class hoTools.EaServices.ServiceScript

Inheritance: Service
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode Description
ServiceScript ( ScriptFunction function ) : System

Create a ServiceScript with Reference to Function and Service Parameter: ID=ScriptName:FunctionName Description=ScriptName:FunctionName (used to display the function) Help=Function.Description (used to show help, not description!!)

Method Details

ServiceScript() public méthode

Create a ServiceScript with Reference to Function and Service Parameter: ID=ScriptName:FunctionName Description=ScriptName:FunctionName (used to display the function) Help=Function.Description (used to show help, not description!!)
public ServiceScript ( ScriptFunction function ) : System
function AddinFramework.Util.Script.ScriptFunction
Résultat System