Click or drag to resize
IChildContextualFactoryTScope, TParent, TChildContextualCreate Method
Creates a new contextual based on the parent access contextual parent. The new contextual has context as access scope.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
TChildContextual Create(
	TParent parent,
	IAccessContext<TScope> context
)

Parameters

parent
Type: TParent
The parent access contextual.
context
Type: AccessFlowIAccessContextTScope
The access context of the child contextual.

Return Value

Type: TChildContextual
The new child contextual.
See Also