C# 클래스 BExIS.Dlm.Services.DataStructure.AggregateFunctionManager

파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
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