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: 10.8.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, Guid, Nullable<Guid>, Char)

Imports the specified input.

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

The path to CSV file.

System.Guid applicationId

The application id.

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