Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class LoopForInt

OptimaJet.Workflow.Plugins.LoopsPlugin.LoopForInt

public class LoopForInt : LoopFor<int, int>

Inheritance

  • Object
  • Loop
  • LoopFor<Int32, Int32>

Properties

Name
Type
LoopType #
String

Methods

protected override LoopCounter DoStep(LoopCounter counter, StepsType stepType) #

Parameters

Name
Type
Description
counter
LoopCounter
stepType
StepsType

Returns

Type
Description
LoopCounter
protected override bool ConditionValid(LoopCounter counter) #

Parameters

Name
Type
Description
counter
LoopCounter

Returns

Type
Description
Boolean
protected int DoStepForValue(int value, StepsType stepType) #

Parameters

Name
Type
Description
value
Int32
stepType
StepsType

Returns

Type
Description
Int32