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

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

공개 메소드들

메소드 설명
Create ( string appliedStandards, string tools, string tolerance, string procedure ) : Methodology
Delete ( IEnumerable entities ) : bool
Delete ( Methodology entity ) : bool
MethodologyManager ( ) : System.Collections.Generic
Update ( Methodology entity ) : Methodology

메소드 상세

Create() 공개 메소드

public Create ( string appliedStandards, string tools, string tolerance, string procedure ) : Methodology
appliedStandards string
tools string
tolerance string
procedure string
리턴 BExIS.Dlm.Entities.DataStructure.Methodology

Delete() 공개 메소드

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

Delete() 공개 메소드

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

MethodologyManager() 공개 메소드

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

Update() 공개 메소드

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