C# Class AgentMulder.Containers.SimpleInjector.Patterns.RegisterAll

Inheritance: AgentMulder.ReSharper.Domain.Patterns.RegisterWithService
Show file Open project: hmemcpy/AgentMulder

Public Methods

Method Description
RegisterAll ( ) : System.Collections.Generic

Protected Methods

Method Description
FromArguments ( IInvocationExpression invocationExpression ) : IEnumerable
FromGenericArguments ( IInvocationExpression invocationExpression ) : IEnumerable

Private Methods

Method Description
CreateRegistrations ( IInvocationExpression invocationExpression, ITypeElement serviceType, IEnumerable concreteTypes ) : IComponentRegistration

Method Details

FromArguments() protected method

protected FromArguments ( IInvocationExpression invocationExpression ) : IEnumerable
invocationExpression IInvocationExpression
return IEnumerable

FromGenericArguments() protected method

protected FromGenericArguments ( IInvocationExpression invocationExpression ) : IEnumerable
invocationExpression IInvocationExpression
return IEnumerable

RegisterAll() public method

public RegisterAll ( ) : System.Collections.Generic
return System.Collections.Generic