C# Класс BExIS.Dlm.Services.Administration.ResearchPlanManager

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddDataStructure ( ResearchPlan end1, BExIS.Dlm.Entities.DataStructure.DataStructure end2 ) : bool
Create ( string title, string description ) : ResearchPlan
Delete ( IEnumerable entities ) : bool
Delete ( ResearchPlan entity ) : bool
RemoveDataStructure ( ResearchPlan end1, BExIS.Dlm.Entities.DataStructure.DataStructure end2 ) : bool
ResearchPlanManager ( ) : System.Collections.Generic
Update ( ResearchPlan entity ) : ResearchPlan

Описание методов

AddDataStructure() публичный Метод

public AddDataStructure ( ResearchPlan end1, BExIS.Dlm.Entities.DataStructure.DataStructure end2 ) : bool
end1 ResearchPlan
end2 BExIS.Dlm.Entities.DataStructure.DataStructure
Результат bool

Create() публичный Метод

public Create ( string title, string description ) : ResearchPlan
title string
description string
Результат ResearchPlan

Delete() публичный Метод

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
Результат bool

Delete() публичный Метод

public Delete ( ResearchPlan entity ) : bool
entity ResearchPlan
Результат bool

RemoveDataStructure() публичный Метод

public RemoveDataStructure ( ResearchPlan end1, BExIS.Dlm.Entities.DataStructure.DataStructure end2 ) : bool
end1 ResearchPlan
end2 BExIS.Dlm.Entities.DataStructure.DataStructure
Результат bool

ResearchPlanManager() публичный Метод

public ResearchPlanManager ( ) : System.Collections.Generic
Результат System.Collections.Generic

Update() публичный Метод

public Update ( ResearchPlan entity ) : ResearchPlan
entity ResearchPlan
Результат ResearchPlan