Click or drag to resize
ContextParameters.ContextParameterEnumerator Class
Class used to iterate over all the data parameters
Inheritance Hierarchy
System.Object
  WorkflowGen.My.Data.ContextParameters.ContextParameterEnumerator

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public class ContextParameterEnumerator : IEnumerator

The ContextParameters. ContextParameterEnumerator type exposes the following members.

Constructors
  NameDescription
Public methodContextParameters.ContextParameterEnumerator
Builds a new ContextParameterEnumerator over a collection of parameters
Top
Methods
  NameDescription
Public methodMoveNext
Advances the enumerator to the next element of the collection
Public methodReset
Sets the enumerator to its initial position
Top
Properties
  NameDescription
Public propertyCurrent
Gets the current context Parameter in the collection (non-IEnumerator version: type-safe)
Top
See Also