Class ExecutableFunction.ExecutableDocumentation
Inheritance
object
ExecutableFunction.ExecutableDocumentation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class ExecutableFunction.ExecutableDocumentation
Properties
Parameters
Declaration
public (string Name, string Summary)[] Parameters { get; }
Property Value
| Type | Description |
|---|---|
| (string Name, string Summary)[] |
ReturnValue
Declaration
public string ReturnValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
Summary
Declaration
public string Summary { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()