Click or drag to resize
Infosoft Logo

ExportTotalFilesParameters Class

Defines parameters for the export totals files job.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersExportTotalFilesParameters

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ExportTotalFilesParameters : SchedulableJobParameters, 
	IExtensibleDataObject

The ExportTotalFilesParameters type exposes the following members.

Constructors
 NameDescription
Public methodExportTotalFilesParametersInitializes a new instance of the ExportTotalFilesParameters class
Top
Properties
 NameDescription
Public propertyExportCustomers Gets or sets a value indicating whether customers should be export in totals file.
Public propertyExportEngagements Gets or sets a value indicating whether engagements should be export in totals file.
Public propertyExportFileFolder Gets or sets the path to the where the export files should be saved.
Public propertyExtensionData Gets or sets the structure that contains extra data.
Top
See Also