FlowTargetOptions Properties
An object defining properties for the FlowTargetOptions class.
DocumentObjectKey
Gets or sets the unique key identifier of the document object.
Type: string
The DocumentObjectKey property specifies the unique identifier for the document object that serves as the data target. This key is used to locate and access the specific document object within the system where data will be written. This property implements the corresponding property from the IFlowTargetOptions interface.
TableName
Gets or sets the name of the database table to be used.
Type: string
The TableName property specifies the name of the database table where data should be written. This property is used when the target is a database table and direct table operations are required. This property implements the corresponding property from the IFlowTargetOptions interface.
QueryName
Gets or sets the name of the query to be used for data operations.
Type: string
The QueryName property specifies the name of the predefined query that should be used when performing data operations on the target. This property is used when specific query logic is required for data manipulation. This property implements the corresponding property from the IFlowTargetOptions interface.
IsChanged
Gets or sets whether the target options have been modified.
Type: bool
The IsChanged property indicates whether any of the target options have been modified since they were last saved or initialized. This property is used to track changes in the target configuration and determine if updates need to be persisted. This property implements the corresponding property from the IFlowTargetOptions interface.
ConnectionName
Gets or sets the name of the database connection to be used.
Type: string
The ConnectionName property specifies the name of the database connection that should be used when writing data to the target. This property is used when the target is a database table or when database operations are required. This property implements the corresponding property from the IFlowTargetOptions interface.
Type
Gets or sets the type identifier of the data target.
Type: int
The Type property specifies the category or type of the data target being used in the workflow. This numeric identifier helps determine how the target data should be accessed and processed during workflow execution. This property implements the corresponding property from the IFlowTargetOptions interface.
DocumentObjectName
Gets or sets the display name of the document object.
Type: string
The DocumentObjectName property specifies the human-readable name of the document object that serves as the data target. This name is used for display purposes and helps users identify the target document in the workflow interface. This property implements the corresponding property from the IFlowTargetOptions interface.
Detail
Gets or sets the name of the detail section within the document object.
Type: string
The Detail property specifies which detail section of the document object should be used as the data target. This property is used when the target data should be written to a specific detail section of the document object. This property implements the corresponding property from the IFlowTargetOptions interface.