C# Class OxxCommerceStarterKit.Web.Jobs.ExportOrderJob

Inheritance: ScheduledJobBase
Mostrar archivo Open project: episerver/Commerce-Demo-Kit

Protected Properties

Property Type Description
_log ILogger

Public Methods

Method Description
Execute ( ) : string

Retrieves order for export and calls the IExportOrderService for each one

ExportOrderJob ( ) : System.Collections.Generic
Stop ( ) : void

Called when a user clicks on Stop for a manually started job, or when ASP.NET shuts down.

Private Methods

Method Description
ExportOrder ( PurchaseOrder purchaseOrder, IExportOrderService service ) : ExportOrderInformation
GetOrdersToExport ( ) : List

Method Details

Execute() public method

Retrieves order for export and calls the IExportOrderService for each one
public Execute ( ) : string
return string

ExportOrderJob() public method

public ExportOrderJob ( ) : System.Collections.Generic
return System.Collections.Generic

Stop() public method

Called when a user clicks on Stop for a manually started job, or when ASP.NET shuts down.
public Stop ( ) : void
return void

Property Details

_log protected_oe static_oe property

protected static ILogger _log
return ILogger