Click or drag to resize
AccessContextualTScope, TParent, TChildContextual Constructor (IAccessContextTScope, FuncTParent, IAccessContextTScope, TChildContextual)

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
protected AccessContextual(
	IAccessContext<TScope> context,
	Func<TParent, IAccessContext<TScope>, TChildContextual> factory
)

Parameters

context
Type: AccessFlowIAccessContextTScope
The access context which all operations of this AccessContextualTScope, TParent, TChildContextual are executed in.
factory
Type: SystemFuncTParent, IAccessContextTScope, TChildContextual
A creator for new child contextuals.
See Also