NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Common.IO.OptionSet.Category Class Reference
Inheritance diagram for Ntp.Common.IO.OptionSet.Category:
Collaboration diagram for Ntp.Common.IO.OptionSet.Category:

Public Member Functions

 Category (string description)
 
- Public Member Functions inherited from Ntp.Common.IO.Option
string[] GetNames ()
 
string[] GetValueSeparators ()
 
void Invoke (OptionContext c)
 
override string ToString ()
 

Protected Member Functions

override void OnParseComplete (OptionContext c)
 
- Protected Member Functions inherited from Ntp.Common.IO.Option
 Option (string prototype, string description)
 
 Option (string prototype, string description, int maxValueCount)
 
 Option (string prototype, string description, int maxValueCount, bool hidden)
 

Additional Inherited Members

- Static Protected Member Functions inherited from Ntp.Common.IO.Option
static T Parse< T > (string value, OptionContext c)
 
- Properties inherited from Ntp.Common.IO.Option
string Description [get]
 
bool Hidden [get]
 
int MaxValueCount [get]
 
string[] Names [get]
 
OptionValueType OptionValueType [get]
 
string Prototype [get]
 
string[] ValueSeparators [get, private set]
 

Detailed Description

Definition at line 1386 of file Options.cs.

Constructor & Destructor Documentation

Ntp.Common.IO.OptionSet.Category.Category ( string  description)
inline

Definition at line 1391 of file Options.cs.

1392  : base("=:Category:= " + description, description)
1393  {
1394  }

Member Function Documentation

override void Ntp.Common.IO.OptionSet.Category.OnParseComplete ( OptionContext  c)
inlineprotectedvirtual

Implements Ntp.Common.IO.Option.

Definition at line 1396 of file Options.cs.

1397  {
1398  throw new NotSupportedException("Category.OnParseComplete should not be invoked.");
1399  }

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