Table of Contents

Class ExternalDataSourceNode<TInstruction>

Namespace
Echo.DataFlow
Assembly
Echo.DataFlow.dll

Represents an external data source in a data flow graph.

public class ExternalDataSourceNode<TInstruction> : DataFlowNode<TInstruction>, IIdentifiedNode, INode where TInstruction : notnull

Type Parameters

TInstruction

The 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

source object

The 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

bool

Source

Gets the object representing the external source of the auxiliary data flow node.

public object Source { get; }

Property Value

object

Methods

ToString()

public override string ToString()

Returns

string