Class ExecutableNode
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 SourceBottomAfter
Declaration
public ExecutableNode<ITopIn> BottomAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| ExecutableNode<ITopIn> |
Function
Declaration
public IFunction Function { get; set; }
Property Value
| Type | Description |
|---|---|
| IFunction |
Tiebreaker
Declaration
public int Tiebreaker { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TopAfter
Declaration
public ExecutableNode<ITopIn> TopAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| ExecutableNode<ITopIn> |