Click or drag to resize
SnapshotEntryModel Class
Snapshot entry model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsSnapshotEntryModel

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 SnapshotEntryModel

The SnapshotEntryModel type exposes the following members.

Constructors
  NameDescription
Public methodSnapshotEntryModel
Initializes a new instance of the SnapshotEntryModel class
Top
Properties
  NameDescription
Public propertyComment
Gets or sets the comment associated with this snapshot.
Public propertyConName
Gets or sets the connection name for the snapshot.
Public propertyId
Gets or sets the unique identifier of this snapshot.
Public propertyReason
Gets or sets the reason for taking this snapshot.
Public propertyStates
Gets or sets the state of the target server associated with this snapshot.
Public propertyTimestamp
Gets or sets the when this snapshot was taken.
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