Table of Contents

Class FlowNode_GetConfigT<TConfig>

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities/Configs")]
[CeresLabel("Get {0}")]
[NodeInfo("Outputs the singleton config instance for the selected config type.")]
[CeresMetadata(new string[] { "style = ConstNode" })]
public sealed class FlowNode_GetConfigT<TConfig> : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable where TConfig : Config<TConfig>, new()

Type Parameters

TConfig
Inheritance
FlowNode_GetConfigT<TConfig>
Implements
Inherited Members

Constructors

FlowNode_GetConfigT()

public FlowNode_GetConfigT()

Fields

result

[OutputPort(true)]
public CeresPort<TConfig> result

Field Value

CeresPort<TConfig>

Methods

LocalExecute(ExecutionContext)

Do node local execution, sync only

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()