Show / Hide Table of Contents

Class MergeTop

Pass everything from the top input to the top output, then everything from the bottom input to top output.

Inheritance
System.Object
MergeTop
MergeBottom
Implements
ITopIn
IBottomIn
ITopOut
IFunction
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: Fluency.Execution.Functions.BuiltIn
Assembly: Execution.dll
Syntax
public class MergeTop : ITopIn, IBottomIn, ITopOut, IFunction

Fields

| Improve this Doc View Source

bottomClosed

Declaration
protected bool bottomClosed
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

topClosed

Declaration
protected bool topClosed
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

BottomInput

Declaration
public GetNext BottomInput { protected get; set; }
Property Value
Type Description
GetNext
| Improve this Doc View Source

Name

Declaration
public virtual string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TopInput

Declaration
public GetNext TopInput { protected get; set; }
Property Value
Type Description
GetNext

Methods

| Improve this Doc View Source

Top()

Declaration
public virtual Value Top()
Returns
Type Description
Value

Implements

ITopIn
IBottomIn
ITopOut
IFunction

Extension Methods

ExecutionExtensions.Is<T>(IFunction, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX