C# Class EAAddinFramework.Utils.WorkingSet

Description of WorkingSet.
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Delete() public méthode

deletes the working set from the database
public Delete ( ) : void
Résultat void

WorkingSet() public méthode

public WorkingSet ( Model model, string id, User user, string name ) : System
model Model
id string
user User
name string
Résultat System