Class LoopForInt
OptimaJet.Workflow.Plugins.LoopsPlugin.LoopForInt
Namespace: OptimaJet.Workflow.Plugins.LoopsPlugin
public class LoopForInt : LoopFor<int, int>Type Hierarchy
- Loop
- LoopFor<int, int>
- LoopForInt Current type
- LoopFor<int, int>
Properties
public override string LoopType { get; } #Methods
protected override LoopCounter DoStep(LoopCounter counter, StepsType stepType) #Parameters
Name
Type
Description
counterLoopCounterstepTypeStepsTypeReturns
Type
Description
LoopCounterprotected override bool ConditionValid(LoopCounter counter) #Parameters
Name
Type
Description
counterLoopCounterReturns
Type
Description
Booleanprotected int DoStepForValue(int value, StepsType stepType) #Parameters
Name
Type
Description
valueInt32stepTypeStepsTypeReturns
Type
Description
Int32