IFlowTargetOptions
Defines the contract for workflow data target configuration options.
The IFlowTargetOptions interface specifies the configuration options for identifying and accessing data targets in workflow operations. It provides properties to specify the target type, document object details, database connection information, and track changes to the target configuration. This interface is implemented by classes that need to handle data target operations in workflow processes.
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 configuration has 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. |