C# 클래스 Hd.Tests.RequestDataFactory

상속: IDataFactory
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk 1 사용 예제들

공개 메소드들

메소드 설명
Retieve ( string hql, int pageIndex, int pageSize, object parameters ) : IList
Retieve ( string hql, object parameters ) : IList
RetieveAll ( ) : IList
Retrieve ( int identity ) : object
RetrieveCount ( string hql, object parameters ) : int
RetrieveWithRecache ( int identity, bool recache ) : object

비공개 메소드들

메소드 설명
GetList ( ) : List
GetRequestDTO ( int index ) : RequestDTO

메소드 상세

Retieve() 공개 메소드

public Retieve ( string hql, int pageIndex, int pageSize, object parameters ) : IList
hql string
pageIndex int
pageSize int
parameters object
리턴 IList

Retieve() 공개 메소드

public Retieve ( string hql, object parameters ) : IList
hql string
parameters object
리턴 IList

RetieveAll() 공개 메소드

public RetieveAll ( ) : IList
리턴 IList

Retrieve() 공개 메소드

public Retrieve ( int identity ) : object
identity int
리턴 object

RetrieveCount() 공개 메소드

public RetrieveCount ( string hql, object parameters ) : int
hql string
parameters object
리턴 int

RetrieveWithRecache() 공개 메소드

public RetrieveWithRecache ( int identity, bool recache ) : object
identity int
recache bool
리턴 object