C# Класс FluentModelBuilder.Extensions.TypeExtensions

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

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

Метод Описание
ClosesInterface ( this type, Type interfaceType ) : bool
GetTypesImplementingInterface ( this assembly, Type interfaceType ) : IEnumerable
IsDbContextType ( this type ) : bool
IsEntityTypeOverrideType ( this type ) : bool
IsSubclassOf ( this type, Type superClassType ) : bool

Описание методов

ClosesInterface() публичный статический Метод

public static ClosesInterface ( this type, Type interfaceType ) : bool
type this
interfaceType System.Type
Результат bool

GetTypesImplementingInterface() публичный статический Метод

public static GetTypesImplementingInterface ( this assembly, Type interfaceType ) : IEnumerable
assembly this
interfaceType System.Type
Результат IEnumerable

IsDbContextType() публичный статический Метод

public static IsDbContextType ( this type ) : bool
type this
Результат bool

IsEntityTypeOverrideType() публичный статический Метод

public static IsEntityTypeOverrideType ( this type ) : bool
type this
Результат bool

IsSubclassOf() публичный статический Метод

public static IsSubclassOf ( this type, Type superClassType ) : bool
type this
superClassType System.Type
Результат bool