2using System.Threading.Tasks;
37 return Task.FromResult(
true);
47 return Task.FromResult(
false);
57 return Task.FromResult(
false);
67 return Task.FromResult(
false);
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...
Class for the root node of the Metering topology.
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.
Root()
Class for the root node of the Metering topology.
override Task< bool > CanDestroyAsync(RequestOrigin Caller)
If the node can be destroyed to by the caller.
override Task< bool > CanEditAsync(RequestOrigin Caller)
If the node can be edited by the caller.
Tokens available in request.
Interface for nodes that are published through the concentrator interface.