Méthode | Description | |
---|---|---|
SelectConstructorsForInjection ( |
Selects the constructor to call on the specified type, by using the constructor scorer.
|
|
SelectMethodsForInjection ( |
Selects methods that should be injected.
|
|
SelectPropertiesForInjection ( |
Selects properties that should be injected.
|
|
Selector ( IConstructorScorer constructorScorer, IEnumerable |
Initializes a new instance of the Selector class.
|
Méthode | Description | |
---|---|---|
GetPrivateProperties ( |
public SelectConstructorsForInjection ( |
||
type | The type. | |
Résultat | IEnumerable |
public SelectMethodsForInjection ( |
||
type | The type. | |
Résultat | IEnumerable |
public SelectPropertiesForInjection ( |
||
type | The type. | |
Résultat | IEnumerable |
public Selector ( IConstructorScorer constructorScorer, IEnumerable |
||
constructorScorer | IConstructorScorer | The constructor scorer. |
injectionHeuristics | IEnumerable |
The injection heuristics. |
Résultat | System |