Click or drag to resize
NodeExecutableItemBase Class
Base class that implements INodeExecutableItem
Inheritance Hierarchy
SystemObject
  FlexRule.Flows.ModelNodeExecutableItemBase

Namespace: FlexRule.Flows.Model
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public abstract class NodeExecutableItemBase : INodeExecutableItem

The NodeExecutableItemBase type exposes the following members.

Constructors
  NameDescription
Protected methodNodeExecutableItemBase
Top
Properties
  NameDescription
Public propertyNode
Execution plan for the instance
Public propertyWorkflowInstance
Process for this instnace
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFinishExecutionEvents
Protected methodFinishScopeEvents
Protected methodGetContext
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnExecuting
Protected methodOnSignal
Protected methodOnTriggering
Protected methodRaiseCallbackEvent
Public methodToString (Overrides ObjectToString.)
Public methodTrigger
Protected methodTriggerSelected
Protected methodTriggerTransitionWithEvents
Top
See Also