C# 클래스 Signum.Entities.DynamicQuery.AnyAllFilter

상속: IFilterExpression
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filters List
Parameter System.Linq.Expressions.ParameterExpression
Token CollectionElementToken

공개 메소드들

메소드 설명
AnyAllFilter ( CollectionElementToken ce ) : System
ToExpression ( FilterBuildExpressionContext ctx ) : Expression

메소드 상세

AnyAllFilter() 공개 메소드

public AnyAllFilter ( CollectionElementToken ce ) : System
ce CollectionElementToken
리턴 System

ToExpression() 공개 메소드

public ToExpression ( FilterBuildExpressionContext ctx ) : Expression
ctx FilterBuildExpressionContext
리턴 System.Linq.Expressions.Expression

프로퍼티 상세

Filters 공개적으로 프로퍼티

public List Filters
리턴 List

Parameter 공개적으로 프로퍼티

public ParameterExpression,System.Linq.Expressions Parameter
리턴 System.Linq.Expressions.ParameterExpression

Token 공개적으로 프로퍼티

public CollectionElementToken,Signum.Entities.DynamicQuery Token
리턴 CollectionElementToken