Click or drag to resize

MasterDetailEngine Methods

The MasterDetailEngine type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAppendToFile(String, MasterDetailsTMaster, TDetail)
Append a record to the specified file.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodCode exampleAppendToFile(String, IEnumerableMasterDetailsTMaster, TDetail)
Append an array of records to the specified file.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodGetFileHeader
Builds a line with the name of the fields, for a delimited files it uses the same delimiter, for a fixed length field it writes the fields names separated with tabs
(Inherited from EngineBase.)
Public methodCode exampleReadFile
Read a file and return an array of the contained records.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodCode exampleReadStream
Read a Stream and return an array of the contained records.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodReadString
Read a String and return an array of the contained records.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodCode exampleWriteFile(String, IEnumerableMasterDetailsTMaster, TDetail)
Write an array of records to the specified file.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodCode exampleWriteFile(String, IEnumerableMasterDetailsTMaster, TDetail, Int32)
Write the specified number of records from the array to a file.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodCode exampleWriteStream(TextWriter, IEnumerableMasterDetailsTMaster, TDetail)
Write an array of records to the specified Stream.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodCode exampleWriteStream(TextWriter, IEnumerableMasterDetailsTMaster, TDetail, Int32)
Write the specified number of records in the array to the Stream.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodWriteString(IEnumerableMasterDetailsTMaster, TDetail)
Write an array of records to an String and return it.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Public methodWriteString(IEnumerableMasterDetailsTMaster, TDetail, Int32)
Write an array of records to an String and return it.
(Inherited from MasterDetailEngineTMaster, TDetail.)
Top
See Also