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

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

공개 메소드들

메소드 설명
AddChild ( Classifier end1, Classifier end2 ) : bool
ClassifierManager ( ) : System.Collections.Generic
Create ( string name, string description, Classifier parent ) : Classifier
Delete ( Classifier entity ) : bool
Delete ( IEnumerable entities ) : bool
RemoveChild ( Classifier end1, Classifier end2 ) : bool
Update ( Classifier entity ) : Classifier

메소드 상세

AddChild() 공개 메소드

public AddChild ( Classifier end1, Classifier end2 ) : bool
end1 BExIS.Dlm.Entities.DataStructure.Classifier
end2 BExIS.Dlm.Entities.DataStructure.Classifier
리턴 bool

ClassifierManager() 공개 메소드

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

Create() 공개 메소드

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

Delete() 공개 메소드

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

Delete() 공개 메소드

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

RemoveChild() 공개 메소드

public RemoveChild ( Classifier end1, Classifier end2 ) : bool
end1 BExIS.Dlm.Entities.DataStructure.Classifier
end2 BExIS.Dlm.Entities.DataStructure.Classifier
리턴 bool

Update() 공개 메소드

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