Click or drag to resize
JobInfoPrivateModel Class
Used for storing the status information for a job. It tells you whether or not the job is started. If it is started, it provides the status information for each connection that is associated with this job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsJobInfoPrivateModel

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

The JobInfoPrivateModel type exposes the following members.

Constructors
  NameDescription
Public methodJobInfoPrivateModel
Initializes a new instance of the JobInfoPrivateModel class
Top
Properties
  NameDescription
Public propertyCreatorUserName
Gets or sets the name of the user who created the job.
Public propertyFeatures
Gets or sets a service endpoint that provides additional features for a job.
Public propertyId
Gets or sets the unique identifier.
Public propertyJobType
Gets or sets the type of job.
Public propertyLoadedFromDisk
Gets or sets a value indicating whether the job was loaded from persistence.
Public propertyManaged
Gets or sets a value indicating whether the job is managed.
Public propertyOptions
Gets or sets the current options for the job.
Public propertyOtherHostUris
Gets or sets the URIs for other servers involved in the job.
Public propertySourceHostUri
Gets or sets the source URI.
Public propertySourceUniqueId
Gets or sets the unique ID of the source server.
Public propertyStatistics
Gets or sets the current statistics of the job
Public propertyStatus
Gets or sets the current state of the job.
Public propertyTargetHostUri
Gets or sets the target URI.
Public propertyTargetUniqueId
Gets or sets the unique ID 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