Search Results for

    Show / Hide Table of Contents

    Class PropertyNode_PropertyValue

    Inheritance
    object
    CeresNode
    ExecutableNode
    PropertyNode
    PropertyNode_PropertyValue
    PropertyNode_GetPropertyTValue<TTarget, T>
    PropertyNode_SetPropertyTValue<TTarget, T>
    Implements
    IDisposable
    IPropertyNode
    Inherited Members
    PropertyNode.propertyName
    PropertyNode.SetPropertyName(string)
    PropertyNode.GetPropertyName()
    ExecutableNode.Graph
    ExecutableNode.Execute(ExecutionContext)
    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.Properties
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class PropertyNode_PropertyValue : PropertyNode, IDisposable, IPropertyNode

    Fields

    isSelfTarget

    Declaration
    public bool isSelfTarget
    Field Value
    Type Description
    bool

    isStatic

    Declaration
    public bool isStatic
    Field Value
    Type Description
    bool

    Methods

    GetPropertyInfo(Type)

    Declaration
    public virtual PropertyInfo GetPropertyInfo(Type targetType)
    Parameters
    Type Name Description
    Type targetType
    Returns
    Type Description
    System.Reflection.PropertyInfo

    GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)

    Declaration
    protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
    Parameters
    Type Name Description
    CeresPort<TValue> inputPort
    ExecutionContext context
    Returns
    Type Description
    TValue
    Type Parameters
    Name Description
    TValue

    Implements

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