1using System.Threading.Tasks;
12 internal const string Id =
"Ports";
41 return Task.FromResult(Child is
Port);
51 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 ...
Abstract base class for gateway configuration nodes.
GatewayConfigSource Source
Source hosting the node.
Data source mirroring the Gateway.config file.
References a port number.
Root node of port numbers to use.
override Task< bool > CanDestroyAsync(RequestOrigin Caller)
If the node can be destroyed to by the caller.
Ports(GatewayConfigSource Source)
Root node of port numbers to use.
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 string NodeId
ID of node.
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
Tokens available in request.
Interface for nodes that are published through the concentrator interface.