C# Class BExIS.Dlm.Services.Administration.ResearchPlanManager

Datei anzeigen Open project: BEXIS2/Core Class Usage Examples

Public Methods

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

Method Details

AddDataStructure() public method

public AddDataStructure ( ResearchPlan end1, BExIS.Dlm.Entities.DataStructure.DataStructure end2 ) : bool
end1 ResearchPlan
end2 BExIS.Dlm.Entities.DataStructure.DataStructure
return bool

Create() public method

public Create ( string title, string description ) : ResearchPlan
title string
description string
return ResearchPlan

Delete() public method

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
return bool

Delete() public method

public Delete ( ResearchPlan entity ) : bool
entity ResearchPlan
return bool

RemoveDataStructure() public method

public RemoveDataStructure ( ResearchPlan end1, BExIS.Dlm.Entities.DataStructure.DataStructure end2 ) : bool
end1 ResearchPlan
end2 BExIS.Dlm.Entities.DataStructure.DataStructure
return bool

ResearchPlanManager() public method

public ResearchPlanManager ( ) : System.Collections.Generic
return System.Collections.Generic

Update() public method

public Update ( ResearchPlan entity ) : ResearchPlan
entity ResearchPlan
return ResearchPlan