ManagementPackImageObjectCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is obsolete. Please use ManagementPackResourceCriteria<ManagementPackImage> instead.
Represents the management pack image object criteria.
public ref class ManagementPackImageObjectCriteria : Microsoft::EnterpriseManagement::Configuration::ManagementPackResourceCriteria<Microsoft::EnterpriseManagement::Configuration::ManagementPackImage ^>
[System.Obsolete("This class is obsolete. Please use ManagementPackResourceCriteria<ManagementPackImage> instead.")]
public class ManagementPackImageObjectCriteria : Microsoft.EnterpriseManagement.Configuration.ManagementPackResourceCriteria<Microsoft.EnterpriseManagement.Configuration.ManagementPackImage>
type ManagementPackImageObjectCriteria = class
inherit ManagementPackResourceCriteria<ManagementPackImage>
Public Class ManagementPackImageObjectCriteria
Inherits ManagementPackResourceCriteria(Of ManagementPackImage)
- Inheritance
-
ManagementPackImageObjectCriteria
- Attributes
Constructors
ManagementPackImageObjectCriteria(String) |
Initializes a new ManagementPackImageObjectCriteria object. |
Properties
BackCompatPropertyToNewPropertyMappings |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the back compat property to new property mappings. (Inherited from QueryCriteria<T>) |
Criteria |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the criteria of this query. (Inherited from QueryCriteria<T>) |
CriteriaXml |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the XML parse tree representing the criteria. (Inherited from QueryCriteria<T>) |
Expression |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the expression that this criteria represents. (Inherited from QueryCriteria<T>) |
Methods
GenerateDalCriteria(IList<String>, ManagementPackClass, ManagementPack, EnterpriseManagementGroup, IList<String>) |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Generates the Data Access Layer (DAL) criteria from the XML criteria. (Inherited from QueryCriteria<T>) |
GetInvalidCriteriaElements() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Retrieves the criteria elements that are not valid. (Inherited from QueryCriteria<T>) |
GetValidPropertyNames() |
Retrieves all the valid property names. |
IsValidPropertyName(String) |
Gets or sets a value that indicates whether the property name is valid. (Inherited from ManagementPackResourceCriteria<T>) |
IsValidXmlString() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Checks whether the criteria is an XML string. (Inherited from QueryCriteria<T>) |
ParseCriteria() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Validates the criteria, maps the property names to column names, and adds the type ID context. (Inherited from QueryCriteria<T>) |
PropertyNameToColumnName(String, String) |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Retrieves the database column name representing the property name. (Inherited from QueryCriteria<T>) |
ToString() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Returns the criteria string. (Inherited from QueryCriteria<T>) |