Share via


EnterpriseManagementObjectCriteria Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the object criteria.

The following tables list the members exposed by the EnterpriseManagementObjectCriteria type.

Public Constructors

  Name Description
  EnterpriseManagementObjectCriteria Overloaded. Creates a new instance of the EnterpriseManagementObjectCriteria class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Criteria  Gets the criteria of this query. (inherited from QueryCriteria)
public property CriteriaXml  Gets the XML parse tree representing the criteria. (inherited from QueryCriteria)
public propertystatic Empty Creates an empty criteria object.
public property Expression  Gets the expression that this criteria represents. (inherited from QueryCriteria)
public property ManagementPackClass The ManagementPackClass object this criteria object corresponds to.

Top

Protected Properties

  Name Description
protected property BackCompatPropertyToNewPropertyMappings  Gets the back compat property to new property mappings. (inherited from QueryCriteria)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetNonUniquePropertyNames Gets a read-only collection of property names that are not unique and need to be qualified by a type.
public methodstatic GetSpecialPropertyNames Gets a read-only collection of property names that can be used by this criteria.
public method GetType  (inherited from Object)
public method GetValidPropertyNames Gets a read-only collection of property names that can be used by this criteria.
public method IsValidPropertyName Overridden. Determines if a property exists or not.
public method ToString  Overridden. Returns the criteria string. (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method GenerateDalCriteria  Generates the Data Access Layer (DAL) criteria from the XML criteria. (inherited from QueryCriteria)
protected method GetInvalidCriteriaElements Overridden. Gets a read-only collection of nonvalid criteria elements.
protected method IsValidXmlString  Checks whether the criteria is an XML string. (inherited from QueryCriteria)
protected method MemberwiseClone  (inherited from Object)
protected method ParseCriteria  Validates the criteria, maps the property names to column names, and adds the type ID context. (inherited from QueryCriteria)
protected method PropertyNameToColumnName Overridden. Gets the column name from a property name.

Top

See Also

Reference

EnterpriseManagementObjectCriteria Class
Microsoft.EnterpriseManagement.Common Namespace