C# 클래스 QSOrmProject.Deletion.DeleteCore

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddParameterWithId void
CalculateSecondInfo IDeleteInfo
ExecuteSql void
FillChildOperation int
FillCleanItemsOperation int
FillDeleteItemsOperation int
FillRemoveFromItemsOperation int
HasHibernateOperations bool
Run bool

공개 메소드들

메소드 설명
DeleteCore ( ) : System
DeleteCore ( IUnitOfWork uow ) : System
RunDeletion ( Type objectClass, int id ) : bool
RunDeletion ( string table, int id ) : bool

비공개 메소드들

메소드 설명
AddParameterWithId ( IDbCommand cmd, uint id ) : void
CalculateSecondInfo ( IDeleteInfo info, EntityDTO entity ) : IDeleteInfo
ExecuteSql ( String sql, uint id ) : void
FillChildOperation ( IDeleteInfo currentDeletion, Operation parentOperation, Gtk.TreeIter parentIter, EntityDTO masterEntity ) : int
FillCleanItemsOperation ( IDeleteInfo currentDeletion, Operation parentOperation, Gtk.TreeIter parentIter, EntityDTO masterEntity, int &totalCount ) : int
FillDeleteItemsOperation ( IDeleteInfo currentDeletion, Operation parentOperation, Gtk.TreeIter parentIter, EntityDTO masterEntity, int &totalCount ) : int
FillRemoveFromItemsOperation ( IDeleteInfo currentDeletion, Operation parentOperation, Gtk.TreeIter parentIter, EntityDTO masterEntity, int &totalCount ) : int
HasHibernateOperations ( Operation op ) : bool
Run ( IDeleteInfo info, uint id ) : bool

메소드 상세

DeleteCore() 공개 메소드

public DeleteCore ( ) : System
리턴 System

DeleteCore() 공개 메소드

public DeleteCore ( IUnitOfWork uow ) : System
uow IUnitOfWork
리턴 System

RunDeletion() 공개 메소드

public RunDeletion ( Type objectClass, int id ) : bool
objectClass System.Type
id int
리턴 bool

RunDeletion() 공개 메소드

public RunDeletion ( string table, int id ) : bool
table string
id int
리턴 bool