holoride
Search Results for

    Show / Hide Table of Contents

    Class DefaultNodeNameAttribute

    Attribute that may be added to Node implementations to define the default name they will be created with when added to a graph.

    Inheritance
    object
    Attribute
    DefaultNodeNameAttribute
    Namespace: Holoride.ElasticSDK.Graph
    Assembly: Holoride.ElasticSDK.Runtime.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    [BaseTypeRequired(typeof(IPipelineNode))]
    public class DefaultNodeNameAttribute : Attribute

    Constructors

    DefaultNodeNameAttribute(string)

    Declaration
    public DefaultNodeNameAttribute(string name)
    Parameters
    Type Name Description
    string name

    Properties

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint