FlowMatchingOptionsField
Represents a field mapping configuration for workflow data matching operations.
The FlowMatchingOptionsField class defines the mapping between source and target fields in workflow data matching operations. It tracks the field names for both source and target, and maintains a flag indicating whether the mapping has been modified. This class is used to configure how data fields are matched and transformed between different parts of the workflow.
Properties
Name | Description |
---|---|
IsChanged | Gets or sets whether the field mapping has been modified. |
SourceFieldName | Gets or sets the name of the source field in the data mapping. |
TargetFieldName | Gets or sets the name of the target field in the data mapping. |