C# 클래스 LinqToRest.Server.OData.Expressions.Impl.MethodCallExpressionGeneratorStrategy

상속: IMethodCallExpressionGeneratorStrategy
파일 보기 프로젝트 열기: chrisblock/LinqToRest 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( System.Function method, IEnumerable arguments ) : Expression
MethodCallExpressionGeneratorStrategy ( ) : System

메소드 상세

Generate() 공개 메소드

public Generate ( System.Function method, IEnumerable arguments ) : Expression
method System.Function
arguments IEnumerable
리턴 System.Linq.Expressions.Expression

MethodCallExpressionGeneratorStrategy() 공개 메소드

public MethodCallExpressionGeneratorStrategy ( ) : System
리턴 System