C# Class AgentMulder.ReSharper.Domain.Patterns.RegisterWithService

Inheritance: RegistrationPatternBase
显示文件 Open project: hmemcpy/AgentMulder

Public Methods

Method Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Protected Methods

Method Description
FromArguments ( IInvocationExpression invocationExpression ) : IEnumerable
FromGenericArguments ( IInvocationExpression invocationExpression ) : IEnumerable
RegisterWithService ( IStructuralSearchPattern pattern ) : System.Collections.Generic

Private Methods

Method Description
CreateRegistration ( IInvocationExpression invocationExpression, IDeclaredType first, IDeclaredType last ) : IEnumerable

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

GetComponentRegistrations() public method

public GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
return IEnumerable

RegisterWithService() protected method

protected RegisterWithService ( IStructuralSearchPattern pattern ) : System.Collections.Generic
pattern IStructuralSearchPattern
return System.Collections.Generic