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

Exibir arquivo Open project: BEXIS2/Core

Public Methods

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

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

Create() public method

public Create ( string name, string description ) : AggregateFunction
name string
description string
return AggregateFunction

Delete() public method

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

Delete() public method

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

Update() public method

public Update ( AggregateFunction entity ) : AggregateFunction
entity AggregateFunction
return AggregateFunction