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!

Class TaxImportExport

Implements operations for tax import.

Inheritance
System.Object
TaxImportExport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Orders.ImportExport
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class TaxImportExport

Constructors

TaxImportExport()

Declaration
public TaxImportExport()

Methods

Export(String)

Exports the all data taxes.

Declaration
public void Export(string pathToCsvFile)
Parameters
Type Name Description
System.String pathToCsvFile

The path to CSV file.

Import(String, Char)

Imports the specified input.

Declaration
public void Import(string pathToCsvFile, char delimiter)
Parameters
Type Name Description
System.String pathToCsvFile

The path to CSV file.

System.Char delimiter

The delimiter.

Import(String, Nullable<Guid>, Char)

Imports the specified input.

Declaration
[Obsolete("Site functionality no longer supported. Use overload without siteId parameter instead. Will remain at least until March 2019.")]
public void Import(string pathToCsvFile, Guid? siteId, char delimiter)
Parameters
Type Name Description
System.String pathToCsvFile

The path to CSV file.

System.Nullable<System.Guid> siteId

The site id.

System.Char delimiter

The delimiter.

OnImportExportProgressMessage(Object, TaxImportExportEventArgs)

Raises the ImportExportProgressMessage event.

Declaration
protected virtual void OnImportExportProgressMessage(object source, TaxImportExportEventArgs args)
Parameters
Type Name Description
System.Object source

The source.

TaxImportExportEventArgs args

The TaxImportExportEventArgs instance containing the event data.

Events

ImportExportProgressMessage

Occurs when [import export progress message].

Declaration
public event TaxImportExportProgressMessageHandler ImportExportProgressMessage
Event Type
Type Description
TaxImportExportProgressMessageHandler