C# 클래스 FluentModelBuilder.Extensions.TypeExtensions

파일 보기 프로젝트 열기: Grinderofl/FluentModelBuilder

공개 메소드들

메소드 설명
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