Click or drag to resize

BatchJobDetails Class

Detailed batch job information.
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class BatchJobDetails : BatchJob

The BatchJobDetails type exposes the following members.

Constructors
  NameDescription
Public methodBatchJobDetails
Initializes a new instance of the BatchJobDetails class
Top
Properties
  NameDescription
Public propertyAllowRestart (Inherited from BatchJob.)
Public propertyData (Inherited from BatchJob.)
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 propertyPositionInQueue
Public propertyQueuedById (Inherited from BatchJob.)
Public propertyQueuedByName
Public propertyStatus (Inherited from BatchJob.)
Public propertyType (Inherited from BatchJob.)
Top
Methods
  NameDescription
Public methodDeserializeData (Inherited from BatchJob.)
Protected methodReadData (Inherited from BatchJob.)
Public methodSerializeData (Inherited from BatchJob.)
Top
Extension Methods
See Also