NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Config.Node.Destination.FileCollection Class Reference
Inheritance diagram for Ntp.Analyzer.Config.Node.Destination.FileCollection:
Collaboration diagram for Ntp.Analyzer.Config.Node.Destination.FileCollection:

Public Attributes

override IEnumerable< StreamDestinationDestinations => destinations
 
- Public Attributes inherited from Ntp.Analyzer.Config.Node.ConfigurationNode
virtual string FilePath => Parent.FilePath + SubPath
 
virtual string SubPath => string.Empty
 

Package Functions

 FileCollection (string name, IEnumerable< FileStreamDestination > destinations)
 
- Package Functions inherited from Ntp.Analyzer.Config.Node.ConfigurationNode
virtual void Assemble ()
 

Private Attributes

readonly IEnumerable< FileStreamDestinationdestinations
 

Additional Inherited Members

- Public Member Functions inherited from Ntp.Analyzer.Config.Node.Destination.DestinationCollection
IEnumerator< StreamDestinationGetEnumerator ()
 
- Protected Member Functions inherited from Ntp.Analyzer.Config.Node.Destination.DestinationCollection
 DestinationCollection (string name)
 
- Protected Member Functions inherited from Ntp.Analyzer.Config.Node.ConfigurationNode
 ConfigurationNode (string name)
 
- Properties inherited from Ntp.Analyzer.Config.Node.Destination.DestinationCollection
abstract IEnumerable< StreamDestinationDestinations [get]
 
- 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.Interface.IPathProvider
string FilePath [get]
 

Detailed Description

Definition at line 28 of file FileCollection.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Config.Node.Destination.FileCollection.FileCollection ( string  name,
IEnumerable< FileStreamDestination destinations 
)
inlinepackage

Definition at line 30 of file FileCollection.cs.

References d.

31  : base(name)
32  {
33  this.destinations = new List<FileStreamDestination>(destinations);
34  foreach (var d in this.destinations)
35  {
36  d.SetPath(this);
37  }
38  }
var d
Definition: bootstrap.min.js:6
readonly IEnumerable< FileStreamDestination > destinations

Member Data Documentation

readonly IEnumerable<FileStreamDestination> Ntp.Analyzer.Config.Node.Destination.FileCollection.destinations
private

Definition at line 40 of file FileCollection.cs.

override IEnumerable<StreamDestination> Ntp.Analyzer.Config.Node.Destination.FileCollection.Destinations => destinations

Definition at line 44 of file FileCollection.cs.


The documentation for this class was generated from the following file: