API Reference
Class
ToolHandoffBinding
Typed mapping from source field to destination argument.
Inheritance
- Object
- ToolHandoffBinding
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ToolHandoffRoute.Bindings
Constructors
public ToolHandoffBinding() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.