Click or drag to resize
Infosoft Logo

SchedulableJobParameters Class

Provides data for scheduler requests. It contains no data, but serves as a base class for other parameter classes.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters
    More

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class SchedulableJobParameters
Remarks
If the job takes no parameters, this class should be used directly. If the job does take parameters, the appropriate subclass must be used instead. For instance, the DailyMaintenance job takes a TitleCodeParameters instance, and the title code is obligatory.
See Also
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters
    Infosoft.Common.Contracts.DataContracts.Marketing.CarmaCarmaImportParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersAccountingParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersBalanceReportParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersCustomExecutableParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersDimapsExportOutgoingFileParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersExportComplaintsToDIParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersExportTotalFilesParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersExternalPaymentImportParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersImportDimapsFilesParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersImportPaymentsParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersInitiativeParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersInvoicePrintParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersMessageQueueDataCollectParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersOrchestrationJobParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersRemoveReservedFromMarketingActivityParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersRetailInvoiceJobParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersRetryParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSleepParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersTitleCodeListParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersTitleCodeParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersTransferSupplementServiceParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersWriteOffBalanceParameters