Search Results for

    Show / Hide Table of Contents

    Class DelegatePort<TDelegate>

    Inheritance
    object
    CeresPort
    CeresPort<TDelegate>
    DelegatePort<TDelegate>
    Implements
    IDisposable
    IPort<TDelegate>
    IPort
    IDelegatePort
    Inherited Members
    CeresPort<TDelegate>.defaultValue
    CeresPort<TDelegate>.Default
    CeresPort<TDelegate>.DefaultArray
    CeresPort<TDelegate>.DefaultList
    CeresPort<TDelegate>.Value
    CeresPort<TDelegate>.GetValueType()
    CeresPort<TDelegate>.MakeCompatibleTo<T>(Func<TDelegate, T>)
    CeresPort<TDelegate>.IsCompatibleTo(Type)
    CeresPort<TDelegate>.CreateProxyPort(CeresPort<CeresPort>)
    CeresPort<TDelegate>.Link(CeresPort)
    CeresPort<TDelegate>.AssignValueGetter(IPort)
    CeresPort<TDelegate>.SetValue(object)
    CeresPort<TDelegate>.GetValue()
    CeresPort<TDelegate>.Dispose()
    CeresPort.AdaptedGetter
    CeresPort.AssignValueType<T>()
    CeresPort.AssignValueType(Type)
    CeresPort.GetAssignedPortValueTypes()
    CeresPort.GetCompatibleStructure(Type)
    CeresPort.IsCompatibleTo(Type, Type)
    CeresPort.GetCompatibleTypes(Type)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class DelegatePort<TDelegate> : CeresPort<TDelegate>, IDisposable, IPort<TDelegate>, IPort, IDelegatePort where TDelegate : EventDelegateBase, new()
    Type Parameters
    Name Description
    TDelegate

    Constructors

    DelegatePort()

    Declaration
    public DelegatePort()

    DelegatePort(TDelegate)

    Declaration
    public DelegatePort(TDelegate value)
    Parameters
    Type Name Description
    TDelegate value

    Methods

    CreateDelegate(FlowGraph, string)

    Declaration
    public void CreateDelegate(FlowGraph flowGraph, string eventNodeEventName)
    Parameters
    Type Name Description
    FlowGraph flowGraph
    string eventNodeEventName

    Implements

    IDisposable
    IPort<TValue>
    IPort
    IDelegatePort
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX