C# 클래스 EAAddinFramework.Utils.EaScriptGroup

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

공개 메소드들

메소드 설명
EaScriptGroup ( Model model, string name, EaScriptGroupType groupType ) : System.Linq
Exists ( ) : bool
GetInfo ( ) : void
Save ( ) : void

Save EaScriptGroup.

비공개 메소드들

메소드 설명
GetGroupType ( ) : string
Init ( Model model, string groupName, EaScriptGroupType groupType ) : void

Initialize ScriptGroup

메소드 상세

EaScriptGroup() 공개 메소드

public EaScriptGroup ( Model model, string name, EaScriptGroupType groupType ) : System.Linq
model Model
name string
groupType EaScriptGroupType
리턴 System.Linq

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

GetInfo() 공개 메소드

public GetInfo ( ) : void
리턴 void

Save() 공개 메소드

Save EaScriptGroup.
public Save ( ) : void
리턴 void