Click or drag to resize
FilesAndFoldersPersistedStateModel Class
Files and Folders persisted state.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsFilesAndFoldersPersistedStateModel

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 FilesAndFoldersPersistedStateModel

The FilesAndFoldersPersistedStateModel type exposes the following members.

Constructors
  NameDescription
Public methodFilesAndFoldersPersistedStateModel
Initializes a new instance of the FilesAndFoldersPersistedStateModel class
Top
Properties
  NameDescription
Public propertyFailedSubState
Gets or sets a value indicating the sub-state when the State property is Failed.
Public propertyMainConnectionPersistedState
Gets or sets the main connection's persisted state.
Public propertyMonitorId
Gets or sets the id of the Monitoring Framework monitor used by this job.
Public propertyMonitorPersistedState
Gets or sets the monitor's persisted state.
Public propertyOriginalSourceAddress
Gets or sets the original source address.
Public propertyOriginalSourceHostUri
Gets or sets the original source URI.
Public propertyOriginalSourceMachineName
Gets or sets the name of the original source machine.
Public propertyOriginalSourceUniqueId
Gets or sets the original source's unique id.
Public propertyRestoreTargetHostUri
Gets or sets the restore target URI.
Public propertyRestoreTargetUniqueId
Gets or sets the restore target's unique id.
Public propertyState
Gets or sets the persisted state of the job.
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