|
NTP Analyzer
0.8.2
Analyze the operation of time servers
|


Public Member Functions | |
| string | GetFileName (Host host, string name, GraphSetConfiguration graphSet, GraphBaseConfiguration graph) |
| Uri | GetLink (Host host, string name, GraphSetConfiguration graphSet, GraphBaseConfiguration graph) |
Public Attributes | |
| bool | FixedRun => fixedRun ?? false |
| int | Frequency => frequency ?? 0 |
| override IEnumerable< GraphSetConfiguration > | GraphSets => PageConfiguration.Graphs |
| bool | InitialRun => initialRun ?? true |
| override int | LinkIndex => linkIndex ?? 1 |
| override PageTheme | Theme => PageTheme.Default |
| override string | Title => string.Empty |
Public Attributes inherited from Ntp.Analyzer.Config.Node.Page.PageConfigurationNode | |
| Uri | Link => link ?? WebPath.Append(Destinations.First().Location.Replace(FilePath, string.Empty)) |
| Gets the link to this page. More... | |
| string | Name => ConfigName |
| Gets the name of this Navigation.ILinkable. More... | |
Public Attributes inherited from Ntp.Analyzer.Config.Node.HostSubConfiguration | |
| 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 |
Package Functions | |
| PeerGraphPageConfiguration (string configName, int?frequency, bool?initialRun, bool?fixedRun, int?linkIndex, PeerPageConfiguration page, DestinationCollection destinations, Uri link) | |
| override void | Assemble () |
Properties | |
| Uri | ConfigLink [get] |
| PeerPageConfiguration | PageConfiguration [get] |
Properties inherited from Ntp.Analyzer.Config.Node.Page.GraphPageConfiguration | |
| abstract IEnumerable< GraphSetConfiguration > | GraphSets [get] |
| abstract int | LinkIndex [get] |
Properties inherited from Ntp.Analyzer.Config.Node.Page.PageConfigurationNode | |
| DestinationCollection | Destinations [get] |
| Gets the destinations for output generated by this configuration. More... | |
| abstract PageTheme | Theme [get] |
| Gets the theme/template to use for this page. More... | |
| abstract string | Title [get] |
| Gets the title of this page. More... | |
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] |
Properties inherited from Ntp.Analyzer.Config.Node.Navigation.ILinkable | |
| Uri | Link [get] |
| string | Name [get] |
Properties inherited from Ntp.Common.Process.IJobConfiguration | |
| string | ConfigName [get] |
| bool | FixedRun [get] |
| int | Frequency [get] |
| bool | InitialRun [get] |
Private Member Functions | |
| string | GetGraphFileName (Host host, string name, GraphSetConfiguration graphSet, GraphBaseConfiguration graph) |
Private Attributes | |
| readonly bool | fixedRun |
| readonly int | frequency |
| readonly bool | initialRun |
| readonly int | linkIndex |
Additional Inherited Members | |
Protected Member Functions inherited from Ntp.Analyzer.Config.Node.Page.GraphPageConfiguration | |
| GraphPageConfiguration (string configName, DestinationCollection destinations, Uri link) | |
Protected Member Functions inherited from Ntp.Analyzer.Config.Node.Page.PageConfigurationNode | |
| PageConfigurationNode (string name, DestinationCollection destinations, Uri link) | |
Protected Member Functions inherited from Ntp.Analyzer.Config.Node.HostSubConfiguration | |
| HostSubConfiguration (string name) | |
Protected Member Functions inherited from Ntp.Analyzer.Config.Node.ConfigurationNode | |
| ConfigurationNode (string name) | |
Protected Attributes inherited from Ntp.Analyzer.Config.Node.HostSubConfiguration | |
| HostConfiguration | Server => Parent as HostConfiguration |
Definition at line 34 of file PeerGraphPageConfiguration.cs.
|
inlinepackage |
Definition at line 36 of file PeerGraphPageConfiguration.cs.
|
inlinepackagevirtual |
Reimplemented from Ntp.Analyzer.Config.Node.ConfigurationNode.
Definition at line 100 of file PeerGraphPageConfiguration.cs.
|
inline |
Definition at line 90 of file PeerGraphPageConfiguration.cs.
|
inlineprivate |
Definition at line 106 of file PeerGraphPageConfiguration.cs.
References Ntp.Analyzer.Config.Node.Graph.GraphBaseConfiguration.GetAltName(), and Ntp.Analyzer.Objects.NamedObject.Name.

|
inline |
Definition at line 95 of file PeerGraphPageConfiguration.cs.
|
private |
Definition at line 55 of file PeerGraphPageConfiguration.cs.
| bool Ntp.Analyzer.Config.Node.Page.PeerGraphPageConfiguration.FixedRun => fixedRun ?? false |
Definition at line 88 of file PeerGraphPageConfiguration.cs.
|
private |
Definition at line 56 of file PeerGraphPageConfiguration.cs.
| int Ntp.Analyzer.Config.Node.Page.PeerGraphPageConfiguration.Frequency => frequency ?? 0 |
Definition at line 80 of file PeerGraphPageConfiguration.cs.
| override IEnumerable<GraphSetConfiguration> Ntp.Analyzer.Config.Node.Page.PeerGraphPageConfiguration.GraphSets => PageConfiguration.Graphs |
Definition at line 76 of file PeerGraphPageConfiguration.cs.
|
private |
Definition at line 57 of file PeerGraphPageConfiguration.cs.
| bool Ntp.Analyzer.Config.Node.Page.PeerGraphPageConfiguration.InitialRun => initialRun ?? true |
Definition at line 84 of file PeerGraphPageConfiguration.cs.
|
private |
Definition at line 58 of file PeerGraphPageConfiguration.cs.
| override int Ntp.Analyzer.Config.Node.Page.PeerGraphPageConfiguration.LinkIndex => linkIndex ?? 1 |
Definition at line 70 of file PeerGraphPageConfiguration.cs.
| override PageTheme Ntp.Analyzer.Config.Node.Page.PeerGraphPageConfiguration.Theme => PageTheme.Default |
Definition at line 60 of file PeerGraphPageConfiguration.cs.
| override string Ntp.Analyzer.Config.Node.Page.PeerGraphPageConfiguration.Title => string.Empty |
Definition at line 62 of file PeerGraphPageConfiguration.cs.
|
get |
Definition at line 74 of file PeerGraphPageConfiguration.cs.
|
get |
Definition at line 66 of file PeerGraphPageConfiguration.cs.