C# Class hoTools.EaServices.ServiceOperationAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method 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 method

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
return System