Class ImportExportEventArgs

Represents the arguments for the import and export events. (Inherits System.EventArgs.)

Inheritance
System.Object
System.EventArgs
ImportExportEventArgs
Inherited Members
System.EventArgs.Empty
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.Catalog.ImportExport
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ImportExportEventArgs : EventArgs

Constructors

ImportExportEventArgs()

Initializes a new instance of the ImportExportEventArgs class.

Declaration
public ImportExportEventArgs()

ImportExportEventArgs(String, Double)

Initializes a new instance of the ImportExportEventArgs class.

Declaration
public ImportExportEventArgs(string message, double percentage)
Parameters
Type Name Description
System.String message

The message.

System.Double percentage

The percentage.

Properties

CompletedPercentage

Gets or sets the completed percentage.

Declaration
public double CompletedPercentage { get; set; }
Property Value
Type Description
System.Double

The completed percentage.

Message

Gets or sets the message.

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

The message.