Class Network
Inheritance
System.Object
Network
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public sealed class Network
Constructors
Network()
Declaration
public Network()
Network(DataFlowComponent[])
Declaration
public Network(params DataFlowComponent[] nodes)
Parameters
Type | Name | Description |
---|---|---|
DataFlowComponent[] | nodes |
Properties
Destinations
Declaration
public ICollection<IDataFlowDestination> Destinations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IDataFlowDestination> |
IncludeErrorDestinations
Declaration
public bool IncludeErrorDestinations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sources
Declaration
public ICollection<IDataFlowExecutableSource> Sources { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IDataFlowExecutableSource> |
StartNodes
Declaration
public ICollection<DataFlowComponent> StartNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DataFlowComponent> |
Methods
Execute()
Declaration
public void Execute()
Execute(DataFlowComponent[])
Declaration
public static void Execute(params DataFlowComponent[] nodes)
Parameters
Type | Name | Description |
---|---|---|
DataFlowComponent[] | nodes |
ExecuteAsync()
Declaration
public Task ExecuteAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
ExecuteAsync(DataFlowComponent[])
Declaration
public static Task ExecuteAsync(params DataFlowComponent[] nodes)
Parameters
Type | Name | Description |
---|---|---|
DataFlowComponent[] | nodes |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |