C# Class Marten.Linq.Parsing.StringEndsWith

Inheritance: StringComparisonParser
Mostrar archivo Open project: JasperFx/marten

Public Methods

Method Description
FormatValue ( MethodInfo method, string value ) : string
StringEndsWith ( ) : System

Protected Methods

Method Description
IsCaseInsensitiveComparison ( MethodCallExpression expression ) : bool

Method Details

FormatValue() public method

public FormatValue ( MethodInfo method, string value ) : string
method System.Reflection.MethodInfo
value string
return string

IsCaseInsensitiveComparison() protected method

protected IsCaseInsensitiveComparison ( MethodCallExpression expression ) : bool
expression System.Linq.Expressions.MethodCallExpression
return bool

StringEndsWith() public method

public StringEndsWith ( ) : System
return System