Click or drag to resize
LogicalItem Class
Represents an item that can be protected in workload. Logical items are meaningful to the user outside of a specific file system item.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractLogicalItem

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class LogicalItem : IExtensibleDataObject

The LogicalItem type exposes the following members.

Constructors
  NameDescription
Public methodLogicalItem
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIsContainer
Gets or sets a value indicating whether this item is a container of other items.
Public propertyIsReadOnly
Gets or sets a value indicating whether this item is read only; that is, its [P:Saturation] cannot be changed.
Public propertyItemType
Gets or sets the type of this item.
Public propertyMetadata
This value is any 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. Typically this name is displayed in the user interface.
Public propertyPath
Gets or sets the path that unique identifies this item.
Public propertySaturation
Gets or sets the saturation level of this item. Typically this value is used to display a visual state in the user interface.
Public propertySaturationDefault
This value is the default saturation level of the item. Typically, this value is used to display a visual state in the user interface.
Top
See Also