Class CrossJoin<TInput1, TInput2, TOutput>.InMemoryDestination<TInput>
Inheritance
object
DataFlowJoinTarget<TInput>
CrossJoin<TInput1, TInput2, TOutput>.InMemoryDestination<TInput>
Implements
IDataFlowDestination<TInput>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow.CrossJoin`3
Assembly: ETLBox.dll
Syntax
public class CrossJoin<TInput1, TInput2, TOutput>.InMemoryDestination<TInput> : DataFlowJoinTarget<TInput>, ILoggableTask, IDataFlowLogging, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent
Type Parameters
Name | Description |
---|---|
TInput |
Constructors
InMemoryDestination(DataFlowComponent)
Declaration
public InMemoryDestination(DataFlowComponent attachedSuccessor)
Parameters
Type | Name | Description |
---|---|---|
DataFlowComponent | attachedSuccessor |
Properties
InMemoryTarget
Declaration
public MemoryDestination<TInput> InMemoryTarget { get; set; }
Property Value
Type | Description |
---|---|
MemoryDestination<TInput> |
TargetBlock
Declaration
public override ITargetBlock<TInput> TargetBlock { get; }
Property Value
Type | Description |
---|---|
ITargetBlock<><TInput> |
Overrides
ETLBox.DataFlow.DataFlowJoinTarget<TInput>.TargetBlock
Methods
CheckParameter()
Declaration
protected override void CheckParameter()
Overrides
CleanUpOnFaulted(Exception)
Declaration
protected override void CleanUpOnFaulted(Exception e)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | e |
Overrides
CleanUpOnSuccess()
Declaration
protected override void CleanUpOnSuccess()
Overrides
InitComponent()
Declaration
protected override void InitComponent()