C# Class Castle.ActiveRecord.Framework.Scopes.AbstractThreadScopeInfo

Base IThreadScopeInfo implementation. It's up to derived classes to provide a correct implementation of CurrentStack only
Inheritance: IThreadScopeInfo
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
GetRegisteredScope ( ) : ISessionScope

Gets the registered scope.

RegisterScope ( ISessionScope scope ) : void

Registers the scope.

UnRegisterScope ( ISessionScope scope ) : void

Unregister the scope.

Method Details

GetRegisteredScope() public méthode

Gets the registered scope.
public GetRegisteredScope ( ) : ISessionScope
Résultat ISessionScope

RegisterScope() public méthode

Registers the scope.
public RegisterScope ( ISessionScope scope ) : void
scope ISessionScope The scope.
Résultat void

UnRegisterScope() public méthode

Unregister the scope.
public UnRegisterScope ( ISessionScope scope ) : void
scope ISessionScope The scope.
Résultat void