C# Class LogoFX.Client.Mvvm.ViewModelFactory.SimpleInjector.ContainerExtensions

Contains extensios for ContainerOptions
Mostra file Open project: LogoFX/LogoFX

Public Methods

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.

Private Methods

Method Description
RegisterParameterConventionInternal ( SimpleInjector.ContainerOptions options, IParameterConvention convention ) : void

Method Details

RegisterModelParameterConvention() public static method

Registers the model parameter convention for the specified container options.
public static RegisterModelParameterConvention ( this options ) : void
options this The options.
return void

RegisterParameterConvention() public static method

Registers the parameter convention for the specified container options.
public static RegisterParameterConvention ( this options, IParameterConvention convention ) : void
options this The options.
convention IParameterConvention The convention.
return void