Click or drag to resize

BatchJobT Class

Batch job data used in processing with additonal configuration data specific for job type.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerBatchJob
    FileHold.LibraryManagerBatchJobT

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class BatchJob<T> : BatchJob
where T : BatchJobData

Type Parameters

T
Type of the configuration data specific for job type.

The BatchJobT type exposes the following members.

Constructors
  NameDescription
Public methodBatchJobT
Initializes a new instance of the BatchJobT class
Public methodBatchJobT(IDataReader)
Initializes a new instance of the BatchJobT class
Top
Properties
  NameDescription
Public propertyAllowRestart (Inherited from BatchJob.)
Public propertyData
Public propertyDateCompleted (Inherited from BatchJob.)
Public propertyDateQueued (Inherited from BatchJob.)
Public propertyDateStarted (Inherited from BatchJob.)
Public propertyDocuments (Inherited from BatchJob.)
Public propertyErrorDetails (Inherited from BatchJob.)
Public propertyFiles (Inherited from BatchJob.)
Public propertyId (Inherited from BatchJob.)
Public propertyLocations (Inherited from BatchJob.)
Public propertyName (Inherited from BatchJob.)
Public propertyQueuedById (Inherited from BatchJob.)
Public propertyStatus (Inherited from BatchJob.)
Public propertyType (Inherited from BatchJob.)
Top
Methods
Extension Methods
See Also