Class NodeTypeRegistration
Represents a registration for a type of INode
public class NodeTypeRegistration
- Inheritance
-
objectNodeTypeRegistration
Properties
IsInStore
Gets a boolean indicating whether the registration is in the internal Core store
public bool IsInStore { get; }
Property Value
NodeData
Gets the node data that was registered
public NodeData NodeData { get; }
Property Value
PluginFeature
Gets the plugin feature the node is associated with
public PluginFeature PluginFeature { get; }
Property Value
Methods
MatchesEntity(NodeEntity)
Determines whether the provided entity matches this node type registration.
public bool MatchesEntity(NodeEntity entity)
Parameters
entityNodeEntityThe entity to check.