C# Class FluentModelBuilder.Extensions.TypeExtensions

Afficher le fichier Open project: Grinderofl/FluentModelBuilder

Méthodes publiques

Méthode Description
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

Method Details

ClosesInterface() public static méthode

public static ClosesInterface ( this type, Type interfaceType ) : bool
type this
interfaceType System.Type
Résultat bool

GetTypesImplementingInterface() public static méthode

public static GetTypesImplementingInterface ( this assembly, Type interfaceType ) : IEnumerable
assembly this
interfaceType System.Type
Résultat IEnumerable

IsDbContextType() public static méthode

public static IsDbContextType ( this type ) : bool
type this
Résultat bool

IsEntityTypeOverrideType() public static méthode

public static IsEntityTypeOverrideType ( this type ) : bool
type this
Résultat bool

IsSubclassOf() public static méthode

public static IsSubclassOf ( this type, Type superClassType ) : bool
type this
superClassType System.Type
Résultat bool