C# Класс hoTools.EaServices.ServiceOperationAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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)].

Описание методов

ServiceOperationAttribute() публичный Метод

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
Результат System