C# Класс LogoFX.Client.Mvvm.ViewModelFactory.SimpleInjector.ContainerExtensions

Contains extensios for ContainerOptions
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
RegisterParameterConventionInternal ( SimpleInjector.ContainerOptions options, IParameterConvention convention ) : void

Описание методов

RegisterModelParameterConvention() публичный статический Метод

Registers the model parameter convention for the specified container options.
public static RegisterModelParameterConvention ( this options ) : void
options this The options.
Результат void

RegisterParameterConvention() публичный статический Метод

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.
Результат void