WmiQueryBuilderT Class |
Namespace: Xcalibur.WMI.Framework
The WmiQueryBuilderT type exposes the following members.
Name | Description | |
---|---|---|
WmiQueryBuilderT |
Initializes a new instance of the WmiQueryBuilderT class.
|
Name | Description | |
---|---|---|
Clauses |
A collection of WHERE clauses.
| |
Properties |
The collection WMI Query Items.
| |
Query |
The generated WMI query.
|
Name | Description | |
---|---|---|
AddClause |
Adds a clause to be joined in a WHERE statement.
Note: This is only valid for Pull queries.
| |
AddPropertyTProperty |
Maps the property of the destination model to the WMI property.
| |
Build |
Builds the query based on properties and clauses specified.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateTConfig |
Updates the query based on the provided configuration and polling interval.
|