C# Class EAAddinFramework.Utils.WorkingSet

Description of WorkingSet.
Exibir arquivo Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
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

Method Details

CopyToUser() public method

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
return void

Delete() public method

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

WorkingSet() public method

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