Design Pattern Examples
Overview of object-oriented design patterns
Adapter_FrontEndClass.cs File Reference

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#.
 

Detailed Description

The DataReaderWriter class used in the Adapter Pattern.

Definition in file Adapter_FrontEndClass.cs.