Click or drag to resize
IParser Interface
Common interface for all parsers. Used in Framework abstraction layer and auto registration mechanism.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface IParser

The IParser type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the parser being implemented. This is intended to give the developer some information of the parser.
Public propertyName
Gets the name of the parser being implemented. This is intended to give the developer name of the parser.
Public propertySupportedFileTypes
Gets the file extensions that the parser supports. If multiple extensions are supported then this property will return a string containing all extensions with a ',' delimited.
Top
See Also