Click or drag to resize
IBooleanLogic Interface
Validation logic that holds all the conditions

Namespace: FlexRule.Validation.Rules
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IBooleanLogic : IElementExecutableItem, 
	IAgendaTarget

The IBooleanLogic type exposes the following members.

Properties
  NameDescription
Public propertyActions
'Then' part of the logic
Public propertyGroupName
Agenda group to run
(Inherited from IAgendaTarget.)
Public propertyName
Name of the current logic
Public propertyPriority
Priority to activate the activation based on
(Inherited from IAgendaTarget.)
Top
Methods
  NameDescription
Public methodExecute
Execute a specific routine on the active element
(Inherited from IElementExecutableItem.)
Public methodExecuteActions
Executes all actions for this logic
Public methodFinialize
Finalize the execution of the active element routine
(Inherited from IElementExecutableItem.)
Top
See Also