C# 클래스 LogoFX.Client.Mvvm.ViewModelFactory.SimpleInjector.ContainerExtensions

Contains extensios for ContainerOptions
파일 보기 프로젝트 열기: LogoFX/LogoFX

공개 메소드들

메소드 설명
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