Click or drag to resize

ContextParametersContextParameterEnumerator Class

Class used to iterate over all the data parameters
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataContextParametersContextParameterEnumerator

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

The ContextParametersContextParameterEnumerator type exposes the following members.

Constructors
  NameDescription
Public methodContextParametersContextParameterEnumerator
Builds a new ContextParameterEnumerator over a collection of parameters
Top
Properties
  NameDescription
Public propertyCurrent
Gets the current context Parameter in the collection (non-IEnumerator version: type-safe)
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
See Also