Click or drag to resize

Condition Class

Implements a conditional statement.
Inheritance Hierarchy

Namespace:  MediaCy.Addins.Scripting.Workflow
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class Condition
	Inherits BaseCommand

The Condition type exposes the following members.

Constructors
  NameDescription
Public methodCondition
Initializes a new instance of the Condition class
Public methodCondition(McCommand)
Initializes a new instance of the Condition class
Top
Properties
  NameDescription
Public propertyCondition
This property is the test condition.
Public propertyIsCompound (Overrides McCommandIsCompound.)
Public propertyRunStatement (Overrides McCommandExtended.RunStatement.)
Top
Methods
  NameDescription
Public methodApplyAttributes (Overrides McCommandExtended.ApplyAttributes.)
Public methodRun
Public methodSaveParametersAsCode (Overrides McCommandExtended.SaveParametersAsCode(TextWriter, String, RecordingFlags).)
Public methodSaveRunAsCode (Overrides McCommandExtended.SaveRunAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks
This command allows to insert designer compatible test constructs (if) in macros.
See Also