WmiQueryBuilderT Methods |
The WmiQueryBuilderT generic type exposes the following members.
| 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.
|