What's New in Code Effects 6.0.4?
This version adds two new members to the ExcludedOperator enum: IsNull and IsNotNull. Using ExcludedOperator, organizations can exclude specific operators from being used in the rule editor's UI.
This version also adds the new is not operator for bool values. Historically, Code Effects only used the is operator for bool properties and return values. We added the is not operator to allow for a more natural, language-like flow when rendering rules in which a bool value is compared to an in-rule method return value.
Usage
Refer to the main Control documentation article and the description of the Control.ExcludedOperators property for details on how to use this feature.
Affected Assemblies
CodeEffects.Rule.Common (version 6.0.4.17) - Adds new members to the CodeEffects.Rule.Common.Models.ExcludedOperator enum.
CodeEffects.Rule.Editor (version 6.0.4.9) - Adds the new codeeffects/operators/bool/notEqual node to the HelpXml documents for all modes of the rule editor, including the Filter mode.
The CodeEffects.Rule.Engine assembly includes no updates in this release and remains at version 6.0.3.29.
Reference the new version from NuGet.
Contact us if you have any questions or require further assistance.