Class
ToolHandoffBinding
Typed mapping from source field to destination argument.
Inheritance
- Object
- ToolHandoffBinding
Constructors
public ToolHandoffBinding() #Methods
Inherited Methods
Properties
public String SourceField { get; set; } #Source field name produced by current tool output context.
public String TargetArgument { get; set; } #Destination argument name expected by the target tool.
public Boolean IsRequired { get; set; } #True when this binding is required for a valid handoff.
public String TransformId { get; set; } #Optional transform id applied while mapping source to destination.