Click or drag to resize
ModuleBuilderBuild Method
Builds a Module and its underlaying ruleset

Namespace: FlexRule.Deployment
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public Module Build(
	string entry,
	string displayName,
	string description,
	string moduleVersion
)

Parameters

entry
Type: SystemString
Entry of the ruleset
displayName
Type: SystemString
DisplayName of a module
description
Type: SystemString
Description of a module
moduleVersion
Type: SystemString
Version information of a module

Return Value

Type: Module
See Also