Class ParameterMapping
OptimaJet.Workflow.Core.Execution.ParameterMapping
Represents a parameter mapping for an inline activity.
Namespace: OptimaJet.Workflow.Core.Execution
public class ParameterMappingInheritance
- System.Object
Constructors
public ParameterMapping(string target, string expression, ParameterPurpose purpose = ParameterPurpose.Temporary) #Represents a parameter mapping for an inline activity.
Parameters
Name
Type
Description
targetStringThe name of the target parameter that the provided value expression will assign to.
expressionStringA value expression that will be used to assign a value to the target parameter.
purposeParameterPurposeSpecifies the purpose of the parameter if not defined in the scheme. Defaults to ParameterPurpose.Temporary.
Properties
Name
Type
Target #StringThe name of the target parameter that the provided value expression will assign to.
Expression #StringA value expression that will be used to assign a value to the target parameter.
Purpose #ParameterPurposeSpecifies the purpose of the parameter if not defined in the scheme. Defaults to ParameterPurpose.Temporary.