ForEach Class |
![]() |
Namespace: MediaCy.Commands.Workflow
Public Class ForEach Inherits McScript
The ForEach type exposes the following members.
Name | Description | |
---|---|---|
![]() | ForEach | Initializes a new instance of the ForEach class |
![]() | ForEach(McCommand) | Initializes a new instance of the ForEach class |
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.
|
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).) |