C# Class FubuMVC.Swank.Specification.BehaviorSource

Show file Open project: mikeobrien/FubuMVC.Swank Class Usage Examples

Public Methods

Method Description
BehaviorSource ( BehaviorGraph behaviorGraph, Configuration configuration ) : System.Collections.Generic
GetChains ( ) : IList

Private Methods

Method Description
IsNotConfigThing ( BehaviorChain chain ) : bool
IsNotContentChain ( BehaviorChain chain ) : bool
IsNotDiagnosticChain ( BehaviorChain chain ) : bool
IsNotFubuChain ( BehaviorChain chain ) : bool
IsNotSwankChain ( BehaviorChain chain ) : bool
RoutePatternStartsWith ( BehaviorChain chain, string value ) : bool

Method Details

BehaviorSource() public method

public BehaviorSource ( BehaviorGraph behaviorGraph, Configuration configuration ) : System.Collections.Generic
behaviorGraph BehaviorGraph
configuration Configuration
return System.Collections.Generic

GetChains() public method

public GetChains ( ) : IList
return IList