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

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

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

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

Delete() public méthode

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
Résultat bool

Delete() public méthode

public Delete ( Methodology entity ) : bool
entity BExIS.Dlm.Entities.DataStructure.Methodology
Résultat bool

MethodologyManager() public méthode

public MethodologyManager ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() public méthode

public Update ( Methodology entity ) : Methodology
entity BExIS.Dlm.Entities.DataStructure.Methodology
Résultat BExIS.Dlm.Entities.DataStructure.Methodology