Click or drag to resize
LogicalItemModel Class
Logical item model.
Inheritance Hierarchy

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 LogicalItemModel : ProtectableItemModel

The LogicalItemModel type exposes the following members.

Constructors
  NameDescription
Public methodLogicalItemModel
Initializes a new instance of the LogicalItemModel class
Top
Properties
  NameDescription
Public propertyId
Gets or sets the item identifier.
(Inherited from ProtectableItemModel.)
Public propertyIsContainer
Gets or sets a value indicating whether or not this item is a container of other items.
(Inherited from ProtectableItemModel.)
Public propertyIsReadOnly
Gets or sets a value indicating whether or not this item is read only; that is, its Saturation cannot be changed.
(Inherited from ProtectableItemModel.)
Public propertyItemType
Gets or sets the type of this item.
(Inherited from ProtectableItemModel.)
Public propertyMetadata
Gets or sets additional metadata that may be displayed for a particular type of item. This metadata is not in any particular format, but you must be able to determine the format and decipher the metadata based on the type.
Public propertyName
Gets or sets the name of this item.
(Inherited from ProtectableItemModel.)
Public propertyPath
Gets or sets the path that uniquely identifies this item.
(Inherited from ProtectableItemModel.)
Public propertySaturation
Gets or sets the saturation level of this item.
(Inherited from ProtectableItemModel.)
Public propertySaturationDefault
Gets or sets the default saturation level of the item. Typically, this value is used to display a visual state in the user interface.
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