Click or drag to resize
IRootActiveElement Interface
Defines the root hierarchy of ActiveElements that they are participating in execution of a logic. The root usually need to prepare context or reset existing context

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IRootActiveElement

The IRootActiveElement type exposes the following members.

Methods
  NameDescription
Public methodPrepare
Any pre- execution routines can be implemented here
Public methodReset
Resets the active element to its initial state
Top
See Also