Initializes a new instance of the AbstractScope class.

Namespace: Castle.ActiveRecord.Framework.Scopes
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public AbstractScope(
	FlushAction flushAction,
	SessionScopeType type
)

Parameters

flushAction
FlushAction
The flush action.
type
SessionScopeType
The type.

See Also