BatchJobDetails Class

Detailed batch job information.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class BatchJobDetails : BatchJob
Inheritance
Object    BatchJob    BatchJobDetails

Constructors

BatchJobDetailsInitializes a new instance of the BatchJobDetails class

Properties

AllowRestart
(Inherited from BatchJob)
Data
(Inherited from BatchJob)
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)
PositionInQueue 
QueuedById
(Inherited from BatchJob)
QueuedByName 
Status
(Inherited from BatchJob)
Type
(Inherited from BatchJob)

Methods

DeserializeData
(Inherited from BatchJob)
ReadData
(Inherited from BatchJob)
SerializeData
(Inherited from BatchJob)

Extension Methods

See Also