Show / Hide Table of Contents

Class LoopExtensions

Provides helper methods for working with Loop objects.

Inheritance
object
LoopExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public static class LoopExtensions

Methods

AddDynamicIterationCountParameter(CustomLoopActivity)

Adds an InParameter for the iteration loop count.

Declaration
public static void AddDynamicIterationCountParameter(this CustomLoopActivity loop)
Parameters
Type Name Description
CustomLoopActivity loop

GetDynamicIterationCountParameter(CustomLoopActivity)

Gets the InParameter for the dynamic iteration count.

Declaration
public static Parameter GetDynamicIterationCountParameter(this CustomLoopActivity loop)
Parameters
Type Name Description
CustomLoopActivity loop
Returns
Type Description
Parameter
In this article
Back to top Generated by DocFX