IntelligenceX
Class

ToolHandoffBinding

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers sealed

Typed mapping from source field to destination argument.

Inheritance

  • Object
  • ToolHandoffBinding

Constructors

Methods

public Void Validate() #
Returns: Void

Validates the binding descriptor.

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.