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

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode Description
Create ( string name, string description ) : ObtainingMethod
Delete ( IEnumerable entities ) : bool
Delete ( ObtainingMethod entity ) : bool
ObtainingMethodManager ( ) : System.Collections.Generic
Update ( ObtainingMethod entity ) : ObtainingMethod

Method Details

Create() public méthode

public Create ( string name, string description ) : ObtainingMethod
name string
description string
Résultat BExIS.Dlm.Entities.DataStructure.ObtainingMethod

Delete() public méthode

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

Delete() public méthode

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

ObtainingMethodManager() public méthode

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

Update() public méthode

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