C# 클래스 Marten.Linq.Parsing.StringStartsWith

상속: StringComparisonParser
파일 보기 프로젝트 열기: JasperFx/marten

공개 메소드들

메소드 설명
FormatValue ( MethodInfo method, string value ) : string
StringStartsWith ( ) : System

보호된 메소드들

메소드 설명
IsCaseInsensitiveComparison ( MethodCallExpression expression ) : bool

메소드 상세

FormatValue() 공개 메소드

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

IsCaseInsensitiveComparison() 보호된 메소드

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

StringStartsWith() 공개 메소드

public StringStartsWith ( ) : System
리턴 System