C# Class Habanero.BO.DataStoreInMemoryBinaryWriter

A class that writes the contents of a DataStoreInMemory to a binary stream.
Datei anzeigen Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
DataStoreInMemoryBinaryWriter ( Stream stream ) : System

Constructor

Write ( DataStoreInMemory dataStore ) : void

Writes the given data store to the stream

Write ( IBusinessObject>.IDictionary businessObjects ) : void

Writes the dictionary of objects to the stream

Method Details

DataStoreInMemoryBinaryWriter() public method

Constructor
public DataStoreInMemoryBinaryWriter ( Stream stream ) : System
stream Stream The stream to write to
return System

Write() public method

Writes the given data store to the stream
public Write ( DataStoreInMemory dataStore ) : void
dataStore DataStoreInMemory
return void

Write() public method

Writes the dictionary of objects to the stream
public Write ( IBusinessObject>.IDictionary businessObjects ) : void
businessObjects IBusinessObject>.IDictionary
return void