C# Class hoTools.EaServices.ServiceOperationAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode Description
ServiceOperationAttribute ( string guid, string description, string help, bool isTextRequired = false ) : System

Attribute to define services which might be called without parameters Example: [ServiceOperation("{1C78E1C0-AAC8-4284-8C25-2D776FF373BC}", "Copy release information to clipboard", "Select Component", false)].

Method Details

ServiceOperationAttribute() public méthode

Attribute to define services which might be called without parameters Example: [ServiceOperation("{1C78E1C0-AAC8-4284-8C25-2D776FF373BC}", "Copy release information to clipboard", "Select Component", false)].
public ServiceOperationAttribute ( string guid, string description, string help, bool isTextRequired = false ) : System
guid string
description string the brief description for the service
help string the help text / tooltip for the service
isTextRequired bool text is required to run service, default false
Résultat System