C# Класс EAAddinFramework.Utils.WorkingSet

Description of WorkingSet.
Показать файл Открыть проект

Открытые методы

Метод Описание
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