Class SwitchOut
If SwitchOut(true), put everything from the top input onto the top pipeline. If SwitchOut(false), put everything from the top input onto the bottom pipeline. If no argument given, treat the first value seen as if it was passed as the argument.
Inheritance
System.Object
SwitchOut
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 SwitchOut : ITopIn, ITopOut, IBottomOut, IFunction
Constructors
| Improve this Doc View SourceSwitchOut(Value[])
Declaration
public SwitchOut(Value[] arguments)
Parameters
| Type | Name | Description |
|---|---|---|
| Value[] | arguments |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TopInput
Declaration
public GetNext TopInput { set; }
Property Value
| Type | Description |
|---|---|
| GetNext |
Methods
| Improve this Doc View SourceBottom()
Declaration
public Value Bottom()
Returns
| Type | Description |
|---|---|
| Value |
Top()
Declaration
public Value Top()
Returns
| Type | Description |
|---|---|
| Value |