[Missing namespace summary documentation for N:Castle.ActiveRecord.Framework.Scopes]

Syntax

C#
namespace Castle.ActiveRecord.Framework.Scopes

Classes

  ClassDescription
Public classAbstractScope
Abstract Castle.ActiveRecord..::ISessionScope implementation
Public classAbstractThreadScopeInfo
Base IThreadScopeInfo implementation. It's up to derived classes to provide a correct implementation of CurrentStack only
Public classDifferentDatabaseScope
Still very experimental and it's not bullet proof for all situations
Public classHybridWebThreadScopeInfo
This IThreadScopeInfo implementation will first try to get the current scope from the current request, and if not found, will use a thread lcoal scope.
Public classScopeMachineryException
This exception is raised when something went wrong with the scope management.
Public classThreadScopeAccessor
Class to allow scopes to reach the implementation of IThreadScopeInfo. Also implements the IThreadScopeInfo delegating the calls to the scope set.
Public classThreadScopeInfo
This IThreadScopeInfo implementation will first get the current scope from the current thread. Do NOT use on web scenario (web applications or web services).
Public classWebThreadScopeInfo
This IThreadScopeInfo implementation will first get the current scope from the current request, thus implementing a Session Per Request pattern.