Show / Hide Table of Contents

Class UserDefinedFunction

Inheritance
System.Object
UserDefinedFunction
Implements
ITopIn
ITopOut
IBottomIn
IBottomOut
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
Assembly: Execution.dll
Syntax
public class UserDefinedFunction : ITopIn, ITopOut, IBottomIn, IBottomOut, IFunction

Constructors

| Improve this Doc View Source

UserDefinedFunction(FunctionGraph, Value[], Value[], IFunctionResolver)

Declaration
public UserDefinedFunction(FunctionGraph graph, Value[] topArguments, Value[] bottomArguments, IFunctionResolver linker)
Parameters
Type Name Description
FunctionGraph graph
Value[] topArguments
Value[] bottomArguments
IFunctionResolver linker

Properties

| Improve this Doc View Source

BottomArguments

Declaration
public FunctionArg[] BottomArguments { get; }
Property Value
Type Description
FunctionArg[]
| Improve this Doc View Source

BottomInput

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

Name

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

TopArguments

Declaration
public FunctionArg[] TopArguments { get; }
Property Value
Type Description
FunctionArg[]
| Improve this Doc View Source

TopInput

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

Methods

| Improve this Doc View Source

Bottom()

Declaration
public Value Bottom()
Returns
Type Description
Value
| Improve this Doc View Source

Top()

Declaration
public Value Top()
Returns
Type Description
Value

Implements

ITopIn
ITopOut
IBottomIn
IBottomOut
IFunction

Extension Methods

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