C# 클래스 Catel.Fody.CecilCatelExtensions

파일 보기 프로젝트 열기: Catel/Catel.Fody

공개 메소드들

메소드 설명
DerivesFromType ( this typeDefinition, string typeName ) : bool
ImplementsBaseType ( this typeReference, string typeName ) : bool
ImplementsCatelModel ( this typeReference ) : bool
ImplementsDataObjectBase ( this typeReference ) : bool
ImplementsModelBase ( this typeReference ) : bool
ImplementsViewModelBase ( this typeReference ) : bool

메소드 상세

DerivesFromType() 공개 정적인 메소드

public static DerivesFromType ( this typeDefinition, string typeName ) : bool
typeDefinition this
typeName string
리턴 bool

ImplementsBaseType() 공개 정적인 메소드

public static ImplementsBaseType ( this typeReference, string typeName ) : bool
typeReference this
typeName string
리턴 bool

ImplementsCatelModel() 공개 정적인 메소드

public static ImplementsCatelModel ( this typeReference ) : bool
typeReference this
리턴 bool

ImplementsDataObjectBase() 공개 정적인 메소드

public static ImplementsDataObjectBase ( this typeReference ) : bool
typeReference this
리턴 bool

ImplementsModelBase() 공개 정적인 메소드

public static ImplementsModelBase ( this typeReference ) : bool
typeReference this
리턴 bool

ImplementsViewModelBase() 공개 정적인 메소드

public static ImplementsViewModelBase ( this typeReference ) : bool
typeReference this
리턴 bool