WorkMatch Make Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Decides whether the specified WorkContext makes the match per this instance and if it does, returns the match variables. Returns null if match was not made

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual JSONDataMap Make(
	WorkContext work,
	Object context = null
)

Return Value

Type: JSONDataMap
See Also