Click or drag to resize

FileParserFactory Class

Factory for FileParser implementations.
Inheritance Hierarchy
SystemObject
  Packflow.Core.FileParsingFileParserFactory

Namespace:  Packflow.Core.FileParsing
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class FileParserFactory

The FileParserFactory type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberGenericParsers
Gets the generic parsers found in Packflow engine.
Top
Methods
  NameDescription
Public methodStatic memberGetParser
Gets the applicable parser for given file and application. Looks in application's parser for first type corresponding to given file format. If not found, looks in generic parsers.
Top
See Also