Click or drag to resize
MonadBuilder Constructor
Creates a monad builder for data operations

Namespace: FlexRule.MonadBuilders
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public MonadBuilder(
	string name,
	bool parallel,
	string localName = null
)

Parameters

name
Type: SystemString
parallel
Type: SystemBoolean
localName (Optional)
Type: SystemString
This can be null, empty string "" or a name of local parameter to monad operator. When localName is provided, all the parameters also must provide expressions using the provided localName. It can be empty ("") which means the builder assign a name automatically for LocalName property so the parameters must not contain the localName. It can be null, which means the monad does not need a local parameter
See Also