C# 클래스 Utility.DynamicFiltering.Filter

파일 보기 프로젝트 열기: rabbal/Mvc5

Private Properties

프로퍼티 타입 설명
Collect void

공개 메소드들

메소드 설명
All ( ) : IList

Get a flattened list of all child filter expressions.

ToExpression ( IList filters ) : string

Converts the filter expression to a predicate suitable for Dynamic Linq e.g. "Field1 = @1 and Field2.Contains(@2)"

비공개 메소드들

메소드 설명
Collect ( IList filters ) : void

메소드 상세

All() 공개 메소드

Get a flattened list of all child filter expressions.
public All ( ) : IList
리턴 IList

ToExpression() 공개 메소드

Converts the filter expression to a predicate suitable for Dynamic Linq e.g. "Field1 = @1 and Field2.Contains(@2)"
public ToExpression ( IList filters ) : string
filters IList A list of flattened filters.
리턴 string