FlowTargetOptions
Implements the workflow data target configuration options.
The FlowTargetOptions class provides a concrete implementation of the IFlowTargetOptions interface. It manages the configuration for identifying and accessing data targets in workflow operations, including target type identification, document object details, database connection information, and change tracking. This class is used to configure how data targets are accessed and processed during workflow execution.
Properties
Name | Description |
---|---|
DocumentObjectKey | Gets or sets the unique key identifier of the document object. |
TableName | Gets or sets the name of the database table to be used. |
QueryName | Gets or sets the name of the query to be used for data operations. |
IsChanged | Gets or sets whether the target options have been modified. |
ConnectionName | Gets or sets the name of the database connection to be used. |
Type | Gets or sets the type identifier of the data target. |
DocumentObjectName | Gets or sets the display name of the document object. |
Detail | Gets or sets the name of the detail section within the document object. |