FetchData Class |
![]() |
Namespace: MediaCy.Addins.Scripting
Public Class FetchData Inherits BaseCommand
The FetchData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Expression |
An expression designating the information to extract from Input.
|
![]() | Input |
Designates the data object from which the information will be extracted, usually represented by a script variable.
|
![]() | Interpreted |
When True (default) the evaluation of the expression is interpreted in the macro itself
rather than during the command execution.
|
![]() | Output |
The information extracted from Input using Expression.
|
![]() | RunStatement | (Overrides McCommandExtended.RunStatement.) |
Name | Description | |
---|---|---|
![]() | Run |
Retrieve data from the object specified.
|
![]() | SaveRunAsCode | (Overrides McCommandExtended.SaveRunAsCode(TextWriter, String, RecordingFlags).) |