The DataReaderWriter class used in the Adapter Pattern. More...
Go to the source code of this file.
Classes | |
class | DataReaderWriterInitException |
Represents an error that occurred during initialization or shut down of the Data reader/writer. More... | |
class | DataReaderWriterException |
Represents an error that occurred when reading or writing data in the Data reader/writer. More... | |
class | DataReaderWriter |
Represents a data reader/writer to a caller. More... | |
Namespaces | |
namespace | DesignPatternExamples_csharp |
The namespace containing all Design Pattern Examples implemented in C#. | |
The DataReaderWriter class used in the Adapter Pattern.
Definition in file Adapter_FrontEndClass.cs.