Class TaxImportExportEventArgs
Represents the arguments for the import and export events. (Inherits System.EventArgs.)
Inheritance
System.Object
System.EventArgs
TaxImportExportEventArgs
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.Orders.ImportExport
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class TaxImportExportEventArgs : EventArgs
Constructors
TaxImportExportEventArgs()
Initializes a new instance of the TaxImportExportEventArgs class.
Declaration
public TaxImportExportEventArgs()
TaxImportExportEventArgs(String, Double)
Initializes a new instance of the TaxImportExportEventArgs class.
Declaration
public TaxImportExportEventArgs(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. |