Click or drag to resize

PartitionModel Class

Represents a partition info for a volume.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsPartitionModel

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntax
public class PartitionModel

The PartitionModel type exposes the following members.

Constructors
  NameDescription
Public methodPartitionModel
Initializes a new instance of the PartitionModel class
Top
Properties
  NameDescription
Public propertyFileSystem
Gets or sets is the file system for the partition.
Public propertyFlags
Gets or sets is the flags for the partition.
Public propertyPartitionEndInB
Gets or sets is the endpoint in b for the partition volume.
Public propertyPartitionName
Gets or sets is the partition name created on this partition.
Public propertyPartitionNumber
Gets or sets is the partition number.
Public propertyPartitionStartInB
Gets or sets is the startpoint in b for the partition volume.
Public propertyPartitionType
Gets or sets represents the partition type for the partition like primary, extended or logical.
Public propertyValid
Gets or sets determine whether or not this partition is a valid one.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also