ObjectQueryOptions Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a class for specifying query options available for methods that return instances.
The following tables list the members exposed by the ObjectQueryOptions type.
Public Constructors
Name | Description | |
---|---|---|
ObjectQueryOptions | Overloaded. Initializes a new ObjectQueryOptions object. |
Top
Public Fields
Name | Description | |
---|---|---|
Default | Specifies the default object query options. |
Top
Public Properties
Name | Description | |
---|---|---|
DefaultPropertyRetrievalBehavior | Gets or sets the object behavior. | |
MaxResultCount | Gets or sets the maximum number of results to return. | |
ObjectRetrievalMode | Gets or sets the object retrieval mode. | |
ObjectSortProperty | Gets all the properties provided for the object sort. | |
ProjectionComponentsToRetrieve | Gets or sets the projection components to retrieve. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddComponentsToRetrieve | Adds the projection components that are to be retrieved to a list. The components should have the same seed identifier. | |
AddFilterByConnector | Inserts filter instances using the connector IDs. | |
AddPropertyRangeToRetrieve | Adds the property range. | |
AddPropertyToRetrieve | Overloaded. Adds the property to the query options for the given class. | |
AddSortProperty | Overloaded. Adds sort properties for projection sorting. | |
Equals | (inherited from Object) | |
GetEnumerator | Returns an enumerator that can iterate through a collection. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ObjectQueryOptions Class
Microsoft.EnterpriseManagement.Common Namespace