Search Results for

    Show / Hide Table of Contents

    Class PropertyNode

    Base class for executable nodes that contained graph property without execution

    Inheritance
    object
    CeresNode
    ExecutableNode
    PropertyNode
    PropertyNode_GetSelfTReference<TTarget>
    PropertyNode_PropertyValue
    PropertyNode_SharedVariableValue
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    IPropertyNode
    Inherited Members
    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()
    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 abstract class PropertyNode : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode

    Fields

    propertyName

    Declaration
    public string propertyName
    Field Value
    Type Description
    string

    Methods

    GetPropertyName()

    Declaration
    public string GetPropertyName()
    Returns
    Type Description
    string

    SetPropertyName(string)

    Declaration
    public void SetPropertyName(string inPropertyName)
    Parameters
    Type Name Description
    string inPropertyName

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    IPropertyNode
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX