Show / Hide Table of Contents

Class ExecutableNode

Inheritance
System.Object
ExecutableNode
ExecutableNode<T>
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
Assembly: Execution.dll
Syntax
public class ExecutableNode

Properties

| Improve this Doc View Source

BottomAfter

Declaration
public ExecutableNode<ITopIn> BottomAfter { get; set; }
Property Value
Type Description
ExecutableNode<ITopIn>
| Improve this Doc View Source

Function

Declaration
public IFunction Function { get; set; }
Property Value
Type Description
IFunction
| Improve this Doc View Source

Tiebreaker

Declaration
public int Tiebreaker { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TopAfter

Declaration
public ExecutableNode<ITopIn> TopAfter { get; set; }
Property Value
Type Description
ExecutableNode<ITopIn>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX