C# 클래스 hoTools.EaServices.ServiceOperationAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
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