Search Results for

    Show / Hide Table of Contents

    Class FlowNode_ObservableSubscribeT<T>

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode
    FlowNode_ObservableSubscribeT<T>
    Implements
    IDisposable
    Inherited Members
    FlowNode.exec
    FlowNode.Execute(ExecutionContext)
    ForwardNode.input
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    Namespace: Ceres.Graph.Flow.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class FlowNode_ObservableSubscribeT<T> : FlowNode, IDisposable
    Type Parameters
    Name Description
    T

    Fields

    onNext

    Declaration
    public DelegatePort<EventDelegate<T>> onNext
    Field Value
    Type Description
    DelegatePort<EventDelegate<T>>

    subject

    Declaration
    public CeresPort<Observable<T>> subject
    Field Value
    Type Description
    CeresPort<Observable<T>>

    subscription

    Declaration
    public CeresPort<IDisposable> subscription
    Field Value
    Type Description
    CeresPort<IDisposable>

    Methods

    LocalExecute(ExecutionContext)

    Declaration
    protected override void LocalExecute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Overrides
    FlowNode.LocalExecute(ExecutionContext)

    Implements

    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX