Method | Description | |
---|---|---|
ClosesInterface ( this type, |
||
GetTypesImplementingInterface ( this assembly, |
||
IsDbContextType ( this type ) : bool | ||
IsEntityTypeOverrideType ( this type ) : bool | ||
IsSubclassOf ( this type, |
public static ClosesInterface ( this type, |
||
type | this | |
interfaceType | ||
return | bool |
public static GetTypesImplementingInterface ( this assembly, |
||
assembly | this | |
interfaceType | ||
return | IEnumerable |
public static IsDbContextType ( this type ) : bool | ||
type | this | |
return | bool |
public static IsEntityTypeOverrideType ( this type ) : bool | ||
type | this | |
return | bool |
public static IsSubclassOf ( this type, |
||
type | this | |
superClassType | ||
return | bool |