Click or drag to resize

IWmiQueryBuilderT Interface

WMI Query Builder - interface.

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 IWmiQueryBuilder<T>

Type Parameters

T

The IWmiQueryBuilderT type exposes the following members.

Properties
  NameDescription
Public propertyClauses
A collection of WHERE clauses.
Public propertyProperties
The collection WMI Query Items.
Public propertyQuery
The generated WMI query.
Top
Methods
  NameDescription
Public methodAddClause
Adds a clause to be joined in a WHERE statement.

Note: This is only valid for Pull queries.

Public methodAddPropertyTProperty
Maps the property of the destination model to the WMI property.
Public methodBuild
Builds the query based on properties and clauses specified.
Public methodUpdateTConfig
Updates the query based on the provided configuration and polling interval.
Top
See Also