C# Class AgentMulder.Containers.Autofac.Patterns.Mvc.RegisterControllersBase

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

Public Methods

Method Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Protected Methods

Method Description
RegisterControllersBase ( string expression, string mvcTypeFqn, IEnumerable basedOnPatterns ) : System

Private Methods

Method Description
CreatePattern ( string expression ) : IStructuralSearchPattern
GetParentExpressionStatement ( ITreeNode node ) : IExpressionStatement

Method Details

GetComponentRegistrations() public method

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

RegisterControllersBase() protected method

protected RegisterControllersBase ( string expression, string mvcTypeFqn, IEnumerable basedOnPatterns ) : System
expression string
mvcTypeFqn string
basedOnPatterns IEnumerable
return System