C# 클래스 Shaolinq.TypeExtensions

파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
CreateNewExpression ( this type ) : NewExpression
IsDataAccessObjectType ( this type ) : bool
IsExpressionTree ( this type ) : bool
IsIntegralType ( this type ) : bool
IsNullableType ( this type ) : bool
IsQueryable ( this type ) : bool
ToHumanReadableName ( this type ) : string

비공개 메소드들

메소드 설명
AppendHumanReadableName ( this type, StringBuilder builder ) : void
CanBeNull ( this type ) : bool
IsTypeRequiringJoin ( this type ) : bool
JoinedObjectType ( this type ) : Type

메소드 상세

CreateNewExpression() 공개 정적인 메소드

public static CreateNewExpression ( this type ) : NewExpression
type this
리턴 System.Linq.Expressions.NewExpression

IsDataAccessObjectType() 공개 정적인 메소드

public static IsDataAccessObjectType ( this type ) : bool
type this
리턴 bool

IsExpressionTree() 공개 정적인 메소드

public static IsExpressionTree ( this type ) : bool
type this
리턴 bool

IsIntegralType() 공개 정적인 메소드

public static IsIntegralType ( this type ) : bool
type this
리턴 bool

IsNullableType() 공개 정적인 메소드

public static IsNullableType ( this type ) : bool
type this
리턴 bool

IsQueryable() 공개 정적인 메소드

public static IsQueryable ( this type ) : bool
type this
리턴 bool

ToHumanReadableName() 공개 정적인 메소드

public static ToHumanReadableName ( this type ) : string
type this
리턴 string