London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IIncomingDataParser

Summary description for IIncomingDataParser.

Namespace: Mediachase.MetaDataPlus.Import
Assembly: Mediachase.MetaDataPlus.dll
Version: 13.30.0
Syntax
public interface IIncomingDataParser

Properties

Description

Declaration
string Description { get; }
Property Value
Type Description
System.String

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Methods

CanParse(String, Stream)

Declaration
bool CanParse(string fileName, Stream stream)
Parameters
Type Name Description
System.String fileName
System.IO.Stream stream
Returns
Type Description
System.Boolean

Parse(String, Stream)

Declaration
DataSet Parse(string fileName, Stream stream)
Parameters
Type Name Description
System.String fileName
System.IO.Stream stream
Returns
Type Description
System.Data.DataSet