C# Class Bosphorus.Dao.Core.Session.LifeStyle.SingletonScopeAccessor

Inheritance: IScopeAccessor
Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
Dispose ( ) : void
GetScope ( CreationContext context ) : ILifetimeScope
SingletonScopeAccessor ( ) : Castle.MicroKernel.Context

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetScope() public method

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
return ILifetimeScope

SingletonScopeAccessor() public method

public SingletonScopeAccessor ( ) : Castle.MicroKernel.Context
return Castle.MicroKernel.Context