Click or drag to resize
LogicalItemModel Properties

The LogicalItemModel type exposes the following members.

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
See Also