Show / Hide Table of Contents

Class LoopExtensions

Provides helper methods for working with Loop objects.

Inheritance
System.Object
LoopExtensions
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public static class LoopExtensions : object

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
Back to top Copyright © 2009-2018 Colectica