Click or drag to resize
IChildContextualCreatorTScope, TChildCreateChild Method
Creates a child contextual with an access scope of accessScope.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
TChild CreateChild(
	TScope accessScope
)

Parameters

accessScope
Type: TScope
The access scope of the created child contextual.

Return Value

Type: TChild
The new child contextual.
See Also