C# 클래스 Castle.ActiveRecord.Framework.Scopes.AbstractThreadScopeInfo

Base IThreadScopeInfo implementation. It's up to derived classes to provide a correct implementation of CurrentStack only
상속: IThreadScopeInfo
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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