Click or drag to resize

IWmiModelBaseTData Interface

Base class for all WMI models. The generic describes the corresponding configuration type of the class.

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public interface IWmiModelBase<TData> : IDisposable

Type Parameters

TData
The type of the data.

The IWmiModelBaseTData type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets or sets the id.
Public propertyQueryBuilder
Gets or sets the query items.

Note: This is only used for Pull implementations.

Public propertyResults
List of results from GetResults or GetResultsAsync. This has been made public in the event that an alternate method will be used outside of this class.
Public propertyWmiClass
WMI class that corresponds to the searcher.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGet
Gets the specified object.
Public methodUpdate(Int32)
Updates this instance.
Public methodUpdateTConfig(TConfig, Int32)
Updates the specified configuration.
Top
See Also