C# Class Habanero.BO.DataStoreInMemoryBinaryWriter

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

Méthodes publiques

Méthode 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 méthode

Constructor
public DataStoreInMemoryBinaryWriter ( Stream stream ) : System
stream Stream The stream to write to
Résultat System

Write() public méthode

Writes the given data store to the stream
public Write ( DataStoreInMemory dataStore ) : void
dataStore DataStoreInMemory
Résultat void

Write() public méthode

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