The EntryInformation and Strategy_ShowEntries_Class classes used in the Strategy pattern. More...
Go to the source code of this file.
Classes | |
class | EntryInformation |
Represents an individual with a Name, Age, and Height. More... | |
class | Strategy_ShowEntries_Class |
Represents a way of displaying a list of EntryInformation objects in a particular order. The order of sorting is a strategy that can be specified when the class is instantiated. The sorting strategy can be modified with a flag indicating whether the sort is reversed from normal (in this case, descending instead of ascending). More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The EntryInformation and Strategy_ShowEntries_Class classes used in the Strategy pattern.
Definition in file Strategy_ShowEntries_Class.cs.