Click or drag to resize
DecisionTableBuilderAddImport Method (String, String, Boolean, String)
Adds an import/using command do declaration

Namespace: FlexRule.Decisions.Tables
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public DecisionTableBuilder AddImport(
	string assembly,
	string type,
	bool function = false,
	string name = null
)

Parameters

assembly
Type: SystemString
type
Type: SystemString
function (Optional)
Type: SystemBoolean
name (Optional)
Type: SystemString

Return Value

Type: DecisionTableBuilder
See Also