BatchJobDetails Class

Detailed batch job information.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.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

Convert Converts an object to a specified type.
(Defined by ObjectExtension)
ConvertT
(Defined by ObjectExtension)
ConvertT Converts an object to a specified type.
(Defined by ObjectExtension)
ToJson
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert Attempts to convert an object to a specified type.
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT Attempts to convert an object to a specified type.
(Defined by ObjectExtension)

See Also