Click or drag to resize
AccessContextualTScope, TParent, TChildContextualCreateChild Method
Creates a child contextual with an access scope of childScope.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public TChildContextual CreateChild(
	TScope childScope
)

Parameters

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

Return Value

Type: TChildContextual
The new child contextual.

Implements

IChildContextualCreatorTScope, TChildCreateChild(TScope)
See Also