Click or drag to resize
IChildContextualCreatorTScope, TChildCreateChildWithin Method (TScope)
Creates a child contextual with same access scope as the intersection of the access scope of the parent and maximumAccessScope.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
TChild CreateChildWithin(
	TScope maximumAccessScope
)

Parameters

maximumAccessScope
Type: TScope
The access scope to intersect the parent scope with.

Return Value

Type: TChild
The new child contextual.
See Also