Castle.ActiveRecord.SessionScope.SessionScope C# (CSharp) Method

SessionScope() protected method

Initializes a new instance of the SessionScope class.
protected SessionScope ( FlushAction flushAction, SessionScopeType type ) : System.Collections.Generic
flushAction FlushAction The flush action.
type SessionScopeType The type.
return System.Collections.Generic
		protected SessionScope(FlushAction flushAction, SessionScopeType type) : base(flushAction, type)
		{
		}

Same methods

SessionScope::SessionScope ( ) : System.Collections.Generic
SessionScope::SessionScope ( FlushAction flushAction ) : System.Collections.Generic