Class ExternalDataSourceNode<TInstruction>
Represents an external data source in a data flow graph.
public class ExternalDataSourceNode<TInstruction> : DataFlowNode<TInstruction>, IIdentifiedNode, INode where TInstruction : notnull
Type Parameters
TInstructionThe type of instructions to store in the node.
- Inheritance
-
DataFlowNode<TInstruction>ExternalDataSourceNode<TInstruction>
- Implements
- Inherited Members
- Extension Methods
Constructors
ExternalDataSourceNode(object)
Creates a new external data source.
public ExternalDataSourceNode(object source)
Parameters
sourceobjectThe external data source.
Properties
IsExternal
Gets a value indicating whether the data flow node represents an external data source.
public override bool IsExternal { get; }
Property Value
Source
Gets the object representing the external source of the auxiliary data flow node.
public object Source { get; }
Property Value
Methods
ToString()
public override string ToString()