Show / Hide Table of Contents

Class NodeGroupAttribute

Associates a INodeGroup implementation with a NodeGroupID. This is used to gurantee all s of the same NodeGroupID have the same type of INodeGroup. Used by INodeGroupFactory.

Inheritance
System.Object
NodeGroupAttribute
Namespace: Content.Server.NodeContainer.NodeGroups
Assembly: Content.Server.dll
Syntax
public sealed class NodeGroupAttribute : Attribute

Constructors

| Improve this Doc View Source

NodeGroupAttribute(NodeGroupID[])

Declaration
public NodeGroupAttribute(params NodeGroupID[] nodeGroupTypes)
Parameters
Type Name Description
NodeGroupID[] nodeGroupTypes

Properties

| Improve this Doc View Source

NodeGroupIDs

Declaration
public NodeGroupID[] NodeGroupIDs { get; }
Property Value
Type Description
NodeGroupID[]
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾