C# 클래스 EAAddinFramework.Utils.WorkingSet

Description of WorkingSet.
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
CopyToUser ( User user, bool overwrite ) : void

copy the working set tot the given user

Delete ( ) : void

deletes the working set from the database

WorkingSet ( Model model, string id, User user, string name ) : System

메소드 상세

CopyToUser() 공개 메소드

copy the working set tot the given user
public CopyToUser ( User user, bool overwrite ) : void
user User the user to copy the working set to
overwrite bool if true then the first working set found with the same name /// for the given user will be overwritten
리턴 void

Delete() 공개 메소드

deletes the working set from the database
public Delete ( ) : void
리턴 void

WorkingSet() 공개 메소드

public WorkingSet ( Model model, string id, User user, string name ) : System
model Model
id string
user User
name string
리턴 System