Click or drag to resize

FixedFileEngine Methods

The FixedFileEngine type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAppendToFile(String, IEnumerableT)
Append an array of records to the specified file.
(Inherited from FileHelperEngineT.)
Public methodCode exampleAppendToFile(String, T)
Append a record to the specified file.
(Inherited from FileHelperEngineT.)
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(String)
Read a file and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodCode exampleReadFile(String, Int32)
Read a file and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodReadFileAsDT(String) Obsolete.
Read the records of the file and fill a DataTable with them
(Inherited from FileHelperEngineT.)
Public methodReadFileAsDT(String, Int32) Obsolete.
Read the records of the file and fill a DataTable with them
(Inherited from FileHelperEngineT.)
Public methodCode exampleReadFileAsList(String) Obsolete.
Read a file and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodCode exampleReadFileAsList(String, Int32) Obsolete.
Read a file and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodCode exampleReadStream(TextReader)
Read a Stream and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodCode exampleReadStream(TextReader, Int32)
Read a Stream and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodReadStreamAsDT(TextReader) Obsolete.
Read the records of the stream and fill a DataTable with them
(Inherited from FileHelperEngineT.)
Public methodReadStreamAsDT(TextReader, Int32) Obsolete.
Read the records of the stream and fill a DataTable with them
(Inherited from FileHelperEngineT.)
Public methodCode exampleReadStreamAsList Obsolete.
Read a Stream and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodReadString(String)
Read a String and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodReadString(String, Int32)
Read a String and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodReadStringAsDT(String) Obsolete.
Read the records of a string and fill a DataTable with them.
(Inherited from FileHelperEngineT.)
Public methodReadStringAsDT(String, Int32) Obsolete.
Read the records of a string and fill a DataTable with them.
(Inherited from FileHelperEngineT.)
Public methodReadStringAsList(String) Obsolete.
Read a String and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodReadStringAsList(String, Int32) Obsolete.
Read a String and return an array of the contained records.
(Inherited from FileHelperEngineT.)
Public methodCode exampleWriteFile(String, IEnumerableT)
Write an array of records to the specified file.
(Inherited from FileHelperEngineT.)
Public methodCode exampleWriteFile(String, IEnumerableT, Int32)
Write the specified number of records from the array to a file.
(Inherited from FileHelperEngineT.)
Public methodCode exampleWriteStream(TextWriter, IEnumerableT)
Write an array of records to the specified Stream.
(Inherited from FileHelperEngineT.)
Public methodCode exampleWriteStream(TextWriter, IEnumerableT, Int32)
Write the specified number of records in the array to the Stream.
(Inherited from FileHelperEngineT.)
Public methodWriteString(IEnumerableT)
Write an array of records to an String and return it.
(Inherited from FileHelperEngineT.)
Public methodWriteString(IEnumerableT, Int32)
Write an array of records to an String and return it.
(Inherited from FileHelperEngineT.)
Top
See Also