MasterDetailEngineTMaster, TDetail Methods |
The MasterDetailEngineTMaster, TDetail generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AppendToFile(String, MasterDetailsTMaster, TDetail) |
Append a record to the specified file.
|
![]() ![]() | AppendToFile(String, IEnumerableMasterDetailsTMaster, TDetail) |
Append an array of records to the specified file.
|
![]() | GetFileHeader |
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.) |
![]() ![]() | ReadFile |
Read a file and return an array of the contained records.
|
![]() ![]() | ReadStream |
Read a Stream and return an array of the contained records.
|
![]() | ReadString |
Read a String and return an array of the contained records.
|
![]() ![]() | WriteFile(String, IEnumerableMasterDetailsTMaster, TDetail) |
Write an array of records to the specified file.
|
![]() ![]() | WriteFile(String, IEnumerableMasterDetailsTMaster, TDetail, Int32) |
Write the specified number of records from the array to a file.
|
![]() ![]() | WriteStream(TextWriter, IEnumerableMasterDetailsTMaster, TDetail) |
Write an array of records to the specified Stream.
|
![]() ![]() | WriteStream(TextWriter, IEnumerableMasterDetailsTMaster, TDetail, Int32) |
Write the specified number of records in the array to the Stream.
|
![]() | WriteString(IEnumerableMasterDetailsTMaster, TDetail) |
Write an array of records to an String and return it.
|
![]() | WriteString(IEnumerableMasterDetailsTMaster, TDetail, Int32) |
Write an array of records to an String and return it.
|