![]() |
LogicalItem Class |
Namespace: DoubleTake.Common.Contract
public class LogicalItem : IExtensibleDataObject
The LogicalItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogicalItem |
Name | Description | |
---|---|---|
![]() | ExtensionData |
Gets or sets the structure that contains extra data.
|
![]() | IsContainer |
Gets or sets a value indicating whether this item is a container of other items.
|
![]() | IsReadOnly |
Gets or sets a value indicating whether this item is read only; that is, its [P:Saturation] cannot be changed.
|
![]() | ItemType |
Gets or sets the type of this item.
|
![]() | Metadata |
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.
|
![]() | Name |
Gets or sets the name of this item. Typically this name is displayed in the user interface.
|
![]() | Path |
Gets or sets the path that unique identifies this item.
|
![]() | Saturation |
Gets or sets the saturation level of this item. Typically this value is used to display a visual state in the user interface.
|
![]() | SaturationDefault |
This value is the default saturation level of the item. Typically, this value is used to display a visual state in the user interface.
|