Click or drag to resize
ITransitionBuilder Interface
When a node implements this interface, it will be asked to create its own transition if required

Namespace: FlexRule.Flows.Model
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ITransitionBuilder

The ITransitionBuilder type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a transition for node
Top
See Also