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

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

공개 메소드들

메소드 설명
Create ( string name, string description ) : ObtainingMethod
Delete ( IEnumerable entities ) : bool
Delete ( ObtainingMethod entity ) : bool
ObtainingMethodManager ( ) : System.Collections.Generic
Update ( ObtainingMethod entity ) : ObtainingMethod

메소드 상세

Create() 공개 메소드

public Create ( string name, string description ) : ObtainingMethod
name string
description string
리턴 BExIS.Dlm.Entities.DataStructure.ObtainingMethod

Delete() 공개 메소드

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
리턴 bool

Delete() 공개 메소드

public Delete ( ObtainingMethod entity ) : bool
entity BExIS.Dlm.Entities.DataStructure.ObtainingMethod
리턴 bool

ObtainingMethodManager() 공개 메소드

public ObtainingMethodManager ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ObtainingMethod entity ) : ObtainingMethod
entity BExIS.Dlm.Entities.DataStructure.ObtainingMethod
리턴 BExIS.Dlm.Entities.DataStructure.ObtainingMethod