C# Class BExIS.Dlm.Services.DataStructure.MethodologyManager

显示文件 Open project: BEXIS2/Core

Public Methods

Method Description
Create ( string appliedStandards, string tools, string tolerance, string procedure ) : Methodology
Delete ( IEnumerable entities ) : bool
Delete ( Methodology entity ) : bool
MethodologyManager ( ) : System.Collections.Generic
Update ( Methodology entity ) : Methodology

Method Details

Create() public method

public Create ( string appliedStandards, string tools, string tolerance, string procedure ) : Methodology
appliedStandards string
tools string
tolerance string
procedure string
return BExIS.Dlm.Entities.DataStructure.Methodology

Delete() public method

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

Delete() public method

public Delete ( Methodology entity ) : bool
entity BExIS.Dlm.Entities.DataStructure.Methodology
return bool

MethodologyManager() public method

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

Update() public method

public Update ( Methodology entity ) : Methodology
entity BExIS.Dlm.Entities.DataStructure.Methodology
return BExIS.Dlm.Entities.DataStructure.Methodology