Interface IIncomingDataParser
Summary description for IIncomingDataParser.
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
public interface IIncomingDataParser
Properties
Declaration
string Description { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
bool CanParse(string fileName, Stream stream)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
| System.IO.Stream |
stream |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
DataSet Parse(string fileName, Stream stream)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
| System.IO.Stream |
stream |
|
Returns
| Type |
Description |
| System.Data.DataSet |
|