Click or drag to resize

TwoStepOperation Properties

The TwoStepOperation type exposes the following members.

Properties
  NameDescription
Protected propertyFirstStepStage
Gets the StageConfiguration for the first step.
Public propertyInputChannel
Gets the input channel for this operation.
(Inherited from StageOperation.)
Protected propertyOutput
Gets the output for this operation.
(Inherited from StageOperationBase.)
Public propertySecondStepStageId
Gets or sets the stage ID for the second step, if one is created.
Public propertySecondStepTaskType
Gets the type of the task for the second step, if one is created.
Public propertySettings
Gets the settings for the stage.
(Inherited from StageOperationBase.)
Public propertyStageId
Gets or sets the name of the stage that will be created from this operation.
(Inherited from StageOperationBase.)
Public propertyTaskType
Gets information about the type of the task.
(Inherited from StageOperationBase.)
Top
See Also