IChildContextualFactoryTScope, TParent, TChildContextualCreate Method |
Creates a new contextual based on the parent access contextual
parent.
The new contextual has context as access scope.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxTChildContextual Create(
TParent parent,
IAccessContext<TScope> context
)
Function Create (
parent As TParent,
context As IAccessContext(Of TScope)
) As TChildContextual
TChildContextual Create(
TParent parent,
IAccessContext<TScope>^ context
)
abstract Create :
parent : 'TParent *
context : IAccessContext<'TScope> -> 'TChildContextual
Parameters
- parent
- Type: TParent
The parent access contextual. - context
- Type: AccessFlowIAccessContextTScope
The access context of the child contextual.
Return Value
Type:
TChildContextualThe new child contextual.
See Also