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
DefaultNodeNameAttribute
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