Click or drag to resize
AccessContextualTScope, TParent, TChildContextualCreateChildWithin Method (TScope)
Creates a child contextual with same access scope as the intersection of the access scope of the parent and maximumChildScope.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public TChildContextual CreateChildWithin(
	TScope maximumChildScope
)

Parameters

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

Return Value

Type: TChildContextual
The new child contextual.

Implements

IChildContextualCreatorTScope, TChildCreateChildWithin(TScope)
See Also