Method | Description | |
---|---|---|
AggregateFunctionManager ( ) : System.Collections.Generic | ||
Create ( string name, string description ) : AggregateFunction | ||
Delete ( AggregateFunction entity ) : bool | ||
Delete ( IEnumerable |
||
Update ( AggregateFunction entity ) : AggregateFunction |
public AggregateFunctionManager ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Create ( string name, string description ) : AggregateFunction | ||
name | string | |
description | string | |
return | AggregateFunction |
public Delete ( AggregateFunction entity ) : bool | ||
entity | AggregateFunction | |
return | bool |
public Delete ( IEnumerable |
||
entities | IEnumerable |
|
return | bool |
public Update ( AggregateFunction entity ) : AggregateFunction | ||
entity | AggregateFunction | |
return | AggregateFunction |