Click or drag to resize

ItemUsage Class

Represents the HardwareItemUsage for a specific hardware item, identified by it's unique identifier
Inheritance Hierarchy
SystemObject
  LynceeTec.DHMItemUsage

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:17 UTC
Syntax
public class ItemUsage : IItemUsage

The ItemUsage type exposes the following members.

Constructors
  NameDescription
Public methodItemUsage(IItemUsage)
Initializes a new instance of the ItemUsage class
Public methodItemUsage(Enum, HardwareItemUsage)
Initializes a new instance of the ItemUsage class
Public methodItemUsage(String, HardwareItemUsage)
Initializes a new instance of the ItemUsage class
Top
Properties
  NameDescription
Public propertyIsUsed
Gets a value indicating whether the Usage property is set to a "in use" value.
Public propertyUniqueId
Unique identifier of the hardware item
Public propertyUsage
Usage of the hardware item
Top
Methods
See Also