C# Класс Shaolinq.TypeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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