C# Класс Habanero.BO.DataStoreInMemoryBinaryWriter

A class that writes the contents of a DataStoreInMemory to a binary stream.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

DataStoreInMemoryBinaryWriter() публичный Метод

Constructor
public DataStoreInMemoryBinaryWriter ( Stream stream ) : System
stream Stream The stream to write to
Результат System

Write() публичный Метод

Writes the given data store to the stream
public Write ( DataStoreInMemory dataStore ) : void
dataStore DataStoreInMemory
Результат void

Write() публичный Метод

Writes the dictionary of objects to the stream
public Write ( IBusinessObject>.IDictionary businessObjects ) : void
businessObjects IBusinessObject>.IDictionary
Результат void