C# Class NSoft.NFramework.Data.NHibernateEx.Repositories.AbstractSearchFilter

http://ayende.com/Blog/archive/2008/10/16/making-the-complex-trivial-rich-domain-querying.aspx 에 DetachedCriteria 만들기 어려울 때 SearchFilter를 이용해서 작업 할 수 있도록 한다.... 이게 좋을까??? 상세 검색을 많이 사용하는 놈은 사용하는게 좋을 듯하다. (여러가지 검색 옵션이 있을 경우 if 문을 많이 사용하는데...
Show file Open project: debop/NFramework

Protected Properties

Property Type Description
_actions Action>.IDictionary

Public Methods

Method Description
Apply ( DetachedCriteria criteria ) : void
Clear ( ) : void

Method Details

Apply() public method

public Apply ( DetachedCriteria criteria ) : void
criteria DetachedCriteria
return void

Clear() public method

public Clear ( ) : void
return void

Property Details

_actions protected property

protected IDictionary> _actions
return Action>.IDictionary