Skip to main content

FlowMatchingOptionsField Properties

An object defining properties for the FlowMatchingOptionsField class.

IsChanged

Gets or sets whether the field mapping has been modified.

Type: bool

The IsChanged property indicates whether the field mapping configuration has been modified from its original state. This flag is used to track changes in the mapping configuration and can be used to determine if the mapping needs to be saved or updated.


SourceFieldName

Gets or sets the name of the source field in the data mapping.

Type: string

The SourceFieldName property specifies the name of the field from which data will be retrieved in the source data structure. This field name is used to identify the source of data for the mapping operation.


TargetFieldName

Gets or sets the name of the target field in the data mapping.

Type: string

The TargetFieldName property specifies the name of the field where the mapped data will be stored in the target data structure. This field name determines where the data from the source field will be written during the mapping operation.