Click or drag to resize
Infosoft Logo

RetailDailyMaintenanceParametersRetailDailyMaintenanceJobBitField Property

Gets or sets a bit field that represents the daily maintenance jobs that should be run. If not specified, all jobs will be run.

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public RetailDailyMaintenanceJobIdentifier RetailDailyMaintenanceJobBitField { get; set; }

Property Value

RetailDailyMaintenanceJobIdentifier
Remarks
To specify the desired jobs that should be run, combine the enum values with a bitwise OR operation, e.g. var jobs = RetailDailyMaintenanceJob.Job1 | RetailDailyMaintenanceJob.Job2.
See Also