C# Class Catel.IoC.TypeFactory.TypeMetaData

Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
GetConstructors ( ) : List
GetConstructors ( int parameterCount, bool mustMatchExactCount ) : List
GetInjectedProperties ( ) : InjectAttribute>.Dictionary
TypeMetaData ( Type type ) : System

Private Methods

Méthode Description
GetConstructors ( int parameterCount, bool mustMatchExactCount, bool decoratedWithInjectionConstructorAttribute ) : List

Method Details

GetConstructors() public méthode

public GetConstructors ( ) : List
Résultat List

GetConstructors() public méthode

public GetConstructors ( int parameterCount, bool mustMatchExactCount ) : List
parameterCount int
mustMatchExactCount bool
Résultat List

GetInjectedProperties() public méthode

public GetInjectedProperties ( ) : InjectAttribute>.Dictionary
Résultat InjectAttribute>.Dictionary

TypeMetaData() public méthode

public TypeMetaData ( Type type ) : System
type System.Type
Résultat System