C# 클래스 Habanero.BO.DataStoreInMemoryBinaryWriter

A class that writes the contents of a DataStoreInMemory to a binary stream.
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
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