C# Класс Catel.Fody.CecilCatelExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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