Click or drag to resize
JobInfoModel Class
Job info model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsJobInfoModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class JobInfoModel

The JobInfoModel type exposes the following members.

Constructors
  NameDescription
Public methodJobInfoModel
Initializes a new instance of the JobInfoModel class
Top
Properties
  NameDescription
Public propertyCreatorUserName
Gets or sets the name of the user who created this job.
Public propertyFeatures
Gets or sets the additional features supported by this job.
Public propertyId
Gets or sets the unique identifier of this job.
Public propertyJobType
Gets or sets the type of this job.
Public propertyLoadedFromDisk
Gets or sets a value indicating whether this job was loaded from persistence.
Public propertyManaged
Gets or sets a value indicating whether or not this job is managed by the unified job manager.
Public propertyOptions
Gets or sets the current options for this job.
Public propertyOtherServers
Gets or sets the server connection information for other servers involved in the job.
Public propertySourceServer
Gets or sets the source server connection information.
Public propertySourceUniqueId
Gets or sets the unique identifier of the source server.
Public propertyStatistics
Gets or sets the current statistics of this job.
Public propertyStatus
Gets or sets the current status of this job.
Public propertyTargetServer
Gets or sets the target server connection information.
Public propertyTargetUniqueId
Gets or sets the unique identifier of the target server.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also