Click or drag to resize
Infosoft Logo

RetailDailyMaintenanceResult Class

Provides data for the result from the retail daily maintenance operation.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.RetailRetailDailyMaintenanceResult

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class RetailDailyMaintenanceResult

The RetailDailyMaintenanceResult type exposes the following members.

Properties
 NameDescription
Public propertyAmountDayOfWeek Gets or sets the day of the week used for amounts.
Public propertyDate Gets or sets the date for which daily maintenance was executed.
Public propertyDistributionDayOfWeek Gets or sets the day of the week used for distribution.
Public propertyEditionCodes Gets or sets the edition codes for which daily maintenance was executed.
Public propertyJobRuntimes Gets or sets a mapping of job identifiers to runtimes. This indicates the runtime of each sub-job.
Public propertyNumberOfActiveRetailers Gets or sets the number of active retailers that were handled.
Public propertyNumberOfDeliveries Gets or sets the number of deliveries that were created (or updated, in cases of previously run mass regulations).
Public propertyNumberOfNewRetailers Gets or sets the number of new retailers that were started.
Public propertyNumberOfPassiveRetailers Gets or sets the number of passive retailers that were handled.
Public propertyNumberOfPermanentlyStoppedRetailers Gets or sets the number of active retailers that were permanently stopped.
Public propertyNumberOfRestartedRetailers Gets or sets the number of passive retailers that were restarted.
Public propertyNumberOfRetailersWithDistributionChanges Gets or sets the number of retailers with distribution changes.
Public propertyNumberOfTemporarilyStoppedRetailers Gets or sets the number of active retailers that were temporarily stopped.
Public propertyReportFileName Gets or sets the name of the report file that was written for the daily maintenance operation.
Public propertyTitleCode Gets or sets the title code for which daily maintenance was executed.
Public propertyTotalRuntime Gets or sets the runtime of the entire operation.
Top
See Also