NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Configuration class for subsections of a HostConfiguration. More...
Public Attributes | |
override string | FilePath => Server.FilePath |
Gets the file path in the HostSubConfiguration. More... | |
int | HostId => Server.HostId |
Gets the host identifier in the HostSubConfiguration. More... | |
string | ServerName => Server.ServerName |
Gets the name of the server in the HostSubConfiguration. More... | |
ServerType | ServerType => Server.ServerType |
Gets the type of the server in the HostSubConfiguration. More... | |
Uri | WebPath => Server.WebPath |
Gets the web path in the HostSubConfiguration. More... | |
Public Attributes inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
virtual string | FilePath => Parent.FilePath + SubPath |
virtual string | SubPath => string.Empty |
Protected Member Functions | |
HostSubConfiguration (string name) | |
Protected Member Functions inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
ConfigurationNode (string name) | |
Protected Attributes | |
HostConfiguration | Server => Parent as HostConfiguration |
Additional Inherited Members | |
Package Functions inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
virtual void | Assemble () |
Properties inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
string | ConfigName [get] |
ConfigurationNode | Parent [get, set] |
Properties inherited from Ntp.Analyzer.Interface.IConfigurationNode | |
string | ConfigName [get] |
Configuration class for subsections of a HostConfiguration.
Definition at line 30 of file HostSubConfiguration.cs.
|
inlineprotected |
Definition at line 32 of file HostSubConfiguration.cs.
override string Ntp.Analyzer.Config.Node.HostSubConfiguration.FilePath => Server.FilePath |
Gets the file path in the HostSubConfiguration.
The web path.
Definition at line 61 of file HostSubConfiguration.cs.
int Ntp.Analyzer.Config.Node.HostSubConfiguration.HostId => Server.HostId |
Gets the host identifier in the HostSubConfiguration.
The host identifier.
Definition at line 55 of file HostSubConfiguration.cs.
|
protected |
Definition at line 37 of file HostSubConfiguration.cs.
string Ntp.Analyzer.Config.Node.HostSubConfiguration.ServerName => Server.ServerName |
Gets the name of the server in the HostSubConfiguration.
The name of the server.
Definition at line 43 of file HostSubConfiguration.cs.
ServerType Ntp.Analyzer.Config.Node.HostSubConfiguration.ServerType => Server.ServerType |
Gets the type of the server in the HostSubConfiguration.
The type of the server.
Definition at line 49 of file HostSubConfiguration.cs.
Referenced by Ntp.Analyzer.Render.Host.BootstrapHostTableRender.BootstrapHostTableRender(), and Ntp.Analyzer.Render.Host.DefaultHostTableRender.DefaultHostTableRender().
Uri Ntp.Analyzer.Config.Node.HostSubConfiguration.WebPath => Server.WebPath |
Gets the web path in the HostSubConfiguration.
The web path.
Definition at line 67 of file HostSubConfiguration.cs.