C# Class Catel.Fody.CecilCatelExtensions

Afficher le fichier Open project: Catel/Catel.Fody

Méthodes publiques

Méthode 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 méthode

public static DerivesFromType ( this typeDefinition, string typeName ) : bool
typeDefinition this
typeName string
Résultat bool

ImplementsBaseType() public static méthode

public static ImplementsBaseType ( this typeReference, string typeName ) : bool
typeReference this
typeName string
Résultat bool

ImplementsCatelModel() public static méthode

public static ImplementsCatelModel ( this typeReference ) : bool
typeReference this
Résultat bool

ImplementsDataObjectBase() public static méthode

public static ImplementsDataObjectBase ( this typeReference ) : bool
typeReference this
Résultat bool

ImplementsModelBase() public static méthode

public static ImplementsModelBase ( this typeReference ) : bool
typeReference this
Résultat bool

ImplementsViewModelBase() public static méthode

public static ImplementsViewModelBase ( this typeReference ) : bool
typeReference this
Résultat bool