Click or drag to resize

WmiQueryBuilderT Class

WMI Query Builder.
Inheritance Hierarchy
SystemObject
  Xcalibur.WMI.FrameworkWmiQueryBuilderT

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public class WmiQueryBuilder<T> : IWmiQueryBuilder<T>

Type Parameters

T

The WmiQueryBuilderT type exposes the following members.

Constructors
  NameDescription
Public methodWmiQueryBuilderT
Initializes a new instance of the WmiQueryBuilderT class.
Top
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateTConfig
Updates the query based on the provided configuration and polling interval.
Top
See Also