BatchJobT Class

Batch job data used in processing with additonal configuration data specific for job type.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class BatchJob<T> : BatchJob
where T : BatchJobData
Inheritance
Object    BatchJob    BatchJobT

Type Parameters

T
Type of the configuration data specific for job type.

Constructors

BatchJobTInitializes a new instance of the BatchJobT class
BatchJobT(IDataReader)Initializes a new instance of the BatchJobT class

Properties

AllowRestart
(Inherited from BatchJob)
Data 
DateCompleted
(Inherited from BatchJob)
DateQueued
(Inherited from BatchJob)
DateStarted
(Inherited from BatchJob)
Documents
(Inherited from BatchJob)
ErrorDetails
(Inherited from BatchJob)
ErrorMessage
(Inherited from BatchJob)
Files
(Inherited from BatchJob)
Id
(Inherited from BatchJob)
Locations
(Inherited from BatchJob)
Name
(Inherited from BatchJob)
QueuedById
(Inherited from BatchJob)
Status
(Inherited from BatchJob)
Type
(Inherited from BatchJob)

Methods

Extension Methods

See Also