| ForEach Class |   | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MediaCy.Commands.Workflow
 Syntax
SyntaxPublic Class ForEach Inherits McScript
The ForEach type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ForEach | Initializes a new instance of the ForEach class | 
|  | ForEach(McCommand) | Initializes a new instance of the ForEach class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Input | 
 Input.Value object implementing the IList interface, whose elements will be processed by the loop body.
  | 
|  | Output | 
 Represents a single element of the Input list.
  | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Execute | (Overrides McCommandExecute(ICommandSource).) | 
|  | Record | 
 Implement recording.
 (Overrides McScript.Record(McCommand, RecordOptions).) | 
|  | Run | |
|  | SaveRunAsCode | (Overrides McCommandExtended.SaveRunAsCode(TextWriter, String, RecordingFlags).) | 
|  | Schedule | (Overrides McCommandSchedule(ThreadAffinity, TaskPriority).) | 
 Remarks
Remarks See Also
See Also