C# Class Catel.Fody.CecilCatelExtensions

Show file Open project: Catel/Catel.Fody

Public Methods

Method Description
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

Method Details

DerivesFromType() public static method

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

ImplementsBaseType() public static method

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

ImplementsCatelModel() public static method

public static ImplementsCatelModel ( this typeReference ) : bool
typeReference this
return bool

ImplementsDataObjectBase() public static method

public static ImplementsDataObjectBase ( this typeReference ) : bool
typeReference this
return bool

ImplementsModelBase() public static method

public static ImplementsModelBase ( this typeReference ) : bool
typeReference this
return bool

ImplementsViewModelBase() public static method

public static ImplementsViewModelBase ( this typeReference ) : bool
typeReference this
return bool