Click or drag to resize

SortOperation Properties

The SortOperation type exposes the following members.

Properties
 NameDescription
Public propertyCombinerType Gets the type of the combiner.
Public propertyComparerType Gets the type of the comparer.
Protected propertyFirstStepStage Gets the StageConfiguration for the first step.
(Inherited from TwoStepOperation)
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.
(Inherited from TwoStepOperation)
Public propertySecondStepTaskType Gets the type of the task for the second step, if one is created.
(Inherited from TwoStepOperation)
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