1using System.Threading.Tasks;
36 return Task.FromResult(
true);
46 return Task.FromResult(
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 ...
Base class for all metering nodes.
INode Parent
Parent Node, or null if a root node.
Defines the Metering Topology data source. This data source contains a tree structure of persistent r...
NodeCollection()
A collection of 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< string > GetTypeNameAsync(Language Language)
Gets the type name of 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...
Class for the root node of the Metering topology.
Interface for nodes that are published through the concentrator interface.