Method | Description | |
---|---|---|
RegisterModelParameterConvention ( this options ) : void |
Registers the model parameter convention for the specified container options.
|
|
RegisterParameterConvention ( this options, IParameterConvention convention ) : void |
Registers the parameter convention for the specified container options.
|
Method | Description | |
---|---|---|
RegisterParameterConventionInternal ( SimpleInjector.ContainerOptions options, IParameterConvention convention ) : void |
public static RegisterModelParameterConvention ( this options ) : void | ||
options | this | The options. |
return | void |
public static RegisterParameterConvention ( this options, IParameterConvention convention ) : void | ||
options | this | The options. |
convention | IParameterConvention | The convention. |
return | void |