Share via


ManagementPackViewTypeCriteria Members

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

Represents the management pack view type criteria.

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

Public Constructors

  Name Description
  ManagementPackViewTypeCriteria Initializes a new ManagementPackViewTypeCriteria object.

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 property Expression  Gets the expression that this criteria represents. (inherited from QueryCriteria)

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 GetType  (inherited from Object)
public methodstatic GetValidPropertyNames Retrieves all the valid property names.
public method IsValidPropertyName  Determines whether the specified name is a valid property name. (inherited from QueryCriteria)
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  Retrieves the criteria elements that are not valid. (inherited from QueryCriteria)
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  Retrieves the database column name representing the property name. (inherited from QueryCriteria)

Top

See Also

Reference

ManagementPackViewTypeCriteria Class
Microsoft.EnterpriseManagement.Configuration Namespace