C# Класс BExIS.Dlm.Services.DataStructure.AggregateFunctionManager

Показать файл Открыть проект

Открытые методы

Метод Описание
AggregateFunctionManager ( ) : System.Collections.Generic
Create ( string name, string description ) : AggregateFunction
Delete ( AggregateFunction entity ) : bool
Delete ( IEnumerable entities ) : bool
Update ( AggregateFunction entity ) : AggregateFunction

Описание методов

AggregateFunctionManager() публичный Метод

public AggregateFunctionManager ( ) : System.Collections.Generic
Результат System.Collections.Generic

Create() публичный Метод

public Create ( string name, string description ) : AggregateFunction
name string
description string
Результат AggregateFunction

Delete() публичный Метод

public Delete ( AggregateFunction entity ) : bool
entity AggregateFunction
Результат bool

Delete() публичный Метод

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
Результат bool

Update() публичный Метод

public Update ( AggregateFunction entity ) : AggregateFunction
entity AggregateFunction
Результат AggregateFunction