1using System.Threading.Tasks;
37 return Task.FromResult(
INode Parent
Parent Node, or null if a root node.
Represents a group of metering nodes.
override Task< bool > AcceptsChildAsync(INode Child)
If the node accepts a presumptive child, i.e. can receive as a child (if that child accepts the node ...
override Task< bool > AcceptsParentAsync(INode Parent)
If the node accepts a presumptive parent, i.e. can be added to that parent (if that parent accepts th...
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
MeteringGroup()
Represents a group of metering nodes.
A reference to a metering node.
Represents a group of nodes.
Class for the root node of the Groups data source.
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...
Interface for nodes that are published through the concentrator interface.