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

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

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

Method Details

AggregateFunctionManager() public méthode

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

Create() public méthode

public Create ( string name, string description ) : AggregateFunction
name string
description string
Résultat AggregateFunction

Delete() public méthode

public Delete ( AggregateFunction entity ) : bool
entity AggregateFunction
Résultat bool

Delete() public méthode

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

Update() public méthode

public Update ( AggregateFunction entity ) : AggregateFunction
entity AggregateFunction
Résultat AggregateFunction