Class LoopCounterExtensions
Inheritance
↳ object
↳ LoopCounterExtensions
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Plugins.LoopsPlugin
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic static class LoopCounterExtensions
Methods
NextStep(LoopCounter, object)
Declarationpublic static void NextStep(this LoopCounter loopCounter, object nextValue)
Type | Name | Description |
---|---|---|
LoopCounter | loopCounter | |
object | nextValue |
PrevStep(LoopCounter, object)
Declarationpublic static void PrevStep(this LoopCounter loopCounter, object prevValue)
Type | Name | Description |
---|---|---|
LoopCounter | loopCounter | |
object | prevValue |
Clone(LoopCounter)
Declarationpublic static LoopCounter Clone(this LoopCounter loopCounter)
Type | Name | Description |
---|---|---|
LoopCounter | loopCounter |
Type | Description |
---|---|
LoopCounter |