C# Класс Castle.ActiveRecord.Framework.Scopes.AbstractThreadScopeInfo

Base IThreadScopeInfo implementation. It's up to derived classes to provide a correct implementation of CurrentStack only
Наследование: IThreadScopeInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
GetRegisteredScope ( ) : ISessionScope

Gets the registered scope.

RegisterScope ( ISessionScope scope ) : void

Registers the scope.

UnRegisterScope ( ISessionScope scope ) : void

Unregister the scope.

Описание методов

GetRegisteredScope() публичный Метод

Gets the registered scope.
public GetRegisteredScope ( ) : ISessionScope
Результат ISessionScope

RegisterScope() публичный Метод

Registers the scope.
public RegisterScope ( ISessionScope scope ) : void
scope ISessionScope The scope.
Результат void

UnRegisterScope() публичный Метод

Unregister the scope.
public UnRegisterScope ( ISessionScope scope ) : void
scope ISessionScope The scope.
Результат void