C# Class FubuMVC.Core.StructureMap.NestedStructureMapContainerBehavior

Inheritance: IActionBehavior, IDisposable
显示文件 Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
Dispose ( ) : void
Invoke ( ) : System.Threading.Tasks.Task
InvokePartial ( ) : System.Threading.Tasks.Task
NestedStructureMapContainerBehavior ( IContainer container, TypeArguments arguments, System.Guid behaviorId ) : System
StartInnerBehavior ( ) : IActionBehavior

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Invoke() public method

public Invoke ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

InvokePartial() public method

public InvokePartial ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

NestedStructureMapContainerBehavior() public method

public NestedStructureMapContainerBehavior ( IContainer container, TypeArguments arguments, System.Guid behaviorId ) : System
container IContainer
arguments TypeArguments
behaviorId System.Guid
return System

StartInnerBehavior() public method

public StartInnerBehavior ( ) : IActionBehavior
return IActionBehavior