Show / Hide Table of Contents

Interface INodeGroupFactory

Namespace: Content.Server.NodeContainer.NodeGroups
Assembly: Content.Server.dll
Syntax
public interface INodeGroupFactory

Methods

| Improve this Doc View Source

Initialize()

Performs reflection to associate INodeGroup implementations with the string specified in their NodeGroupAttribute.

Declaration
void Initialize()
| Improve this Doc View Source

MakeNodeGroup(NodeGroupID)

Returns a new INodeGroup instance.

Declaration
INodeGroup MakeNodeGroup(NodeGroupID id)
Parameters
Type Name Description
NodeGroupID id
Returns
Type Description
INodeGroup
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾