C# 클래스 Remotion.Linq.SqlBackend.BooleanUtility

Provides utility functions around boolean expressions.
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend

공개 메소드들

메소드 설명
ConvertNullableIntToNullableBool ( int nullableValue ) : bool?
GetIntToBoolConversionMethod ( Type intType ) : MethodInfo
GetMatchingBoolType ( Type type ) : Type
GetMatchingIntType ( Type type ) : Type
IsBooleanType ( Type type ) : bool

메소드 상세

ConvertNullableIntToNullableBool() 공개 정적인 메소드

public static ConvertNullableIntToNullableBool ( int nullableValue ) : bool?
nullableValue int
리턴 bool?

GetIntToBoolConversionMethod() 공개 정적인 메소드

public static GetIntToBoolConversionMethod ( Type intType ) : MethodInfo
intType System.Type
리턴 System.Reflection.MethodInfo

GetMatchingBoolType() 공개 정적인 메소드

public static GetMatchingBoolType ( Type type ) : Type
type System.Type
리턴 System.Type

GetMatchingIntType() 공개 정적인 메소드

public static GetMatchingIntType ( Type type ) : Type
type System.Type
리턴 System.Type

IsBooleanType() 공개 정적인 메소드

public static IsBooleanType ( Type type ) : bool
type System.Type
리턴 bool