Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class LoopCounter

Inheritance

↳ object

    ↳ LoopCounter

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Plugins

**Assembly: **OptimaJet.Workflow.Core.dll

Syntax
public class LoopCounter

Constructors

LoopCounter(int, object)

Declaration
public LoopCounter(int index, object initValue)
Parameters
TypeNameDescription
intindex
objectinitValue

Properties

Index

Declaration
public int Index { get; set; }
Property value
TypeDescription
int

Value

Declaration
public object Value { get; set; }
Property value
TypeDescription
object

Methods

GetValue<T>()

Declaration
public T GetValue<T>()
Returns
TypeDescription
{T}

Extension Methods