Enum IterationCountType
Whether the iteration count is fixed or dynamic.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum IterationCountType : int
Fields
Name | Description |
---|---|
Dynamic | The iteration count is the result of an expression. |
Fixed | The iteration count is a constant number. |