C# 클래스 hoTools.EaServices.ServicesConfig

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
IsEmpty ( ) : bool
ServicesConfig ( int pos, string id, string buttonText ) : System
ServicesConfig ( int pos, string id, string buttonText, string description, string help ) : System

비공개 메소드들

메소드 설명
Init ( int pos, string id, string buttonText, string description, string help ) : void

메소드 상세

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

ServicesConfig() 공개 메소드

public ServicesConfig ( int pos, string id, string buttonText ) : System
pos int
id string
buttonText string
리턴 System

ServicesConfig() 공개 메소드

public ServicesConfig ( int pos, string id, string buttonText, string description, string help ) : System
pos int
id string
buttonText string
description string
help string
리턴 System