LogicalItemModel Class |
Namespace: DoubleTake.Web.Models
The LogicalItemModel type exposes the following members.
| Name | Description | |
|---|---|---|
| LogicalItemModel | Initializes a new instance of the LogicalItemModel class |
| Name | Description | |
|---|---|---|
| Id |
Gets or sets the item identifier.
(Inherited from ProtectableItemModel.) | |
| IsContainer |
Gets or sets a value indicating whether or not this item is a container of other items.
(Inherited from ProtectableItemModel.) | |
| IsReadOnly |
Gets or sets a value indicating whether or not this item is read only; that is, its Saturation cannot be changed.
(Inherited from ProtectableItemModel.) | |
| ItemType |
Gets or sets the type of this item.
(Inherited from ProtectableItemModel.) | |
| Metadata |
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.
| |
| Name |
Gets or sets the name of this item.
(Inherited from ProtectableItemModel.) | |
| PartitionName |
Gets or sets the partition name.
(Inherited from ProtectableItemModel.) | |
| Path |
Gets or sets the path that uniquely identifies this item.
(Inherited from ProtectableItemModel.) | |
| Saturation |
Gets or sets the saturation level of this item.
(Inherited from ProtectableItemModel.) | |
| SaturationDefault |
Gets or sets the default saturation level of the item. Typically, this value is used to display a visual state in the user interface.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |