ManagementPackDimensionTypeCriteria Class

Definition

Specifies the criteria for the GetDimensionTypes(ManagementPackDimensionTypeCriteria) method, limiting the returned dimension type objects to those that meet the criteria.

public ref class ManagementPackDimensionTypeCriteria : Microsoft::EnterpriseManagement::Common::QueryCriteria<Microsoft::EnterpriseManagement::Configuration::ManagementPackDimensionTypeCriteria ^>
public class ManagementPackDimensionTypeCriteria : Microsoft.EnterpriseManagement.Common.QueryCriteria<Microsoft.EnterpriseManagement.Configuration.ManagementPackDimensionTypeCriteria>
type ManagementPackDimensionTypeCriteria = class
    inherit QueryCriteria<ManagementPackDimensionTypeCriteria>
Public Class ManagementPackDimensionTypeCriteria
Inherits QueryCriteria(Of ManagementPackDimensionTypeCriteria)
Inheritance
ManagementPackDimensionTypeCriteria

Remarks

The following property names are valid names that can be used in the criteria expression:

  • Accessibility

  • Category

  • Description

  • DisplayName

  • Extends

  • HierarchySupport

  • Id

  • InferredDimension

  • LastModified

  • ManagementPackId

  • Name

  • Reconcile

  • TargetId

  • TimeAdded

Constructors

ManagementPackDimensionTypeCriteria(String)

Initializes a new instance of the ManagementPackDimensionTypeCriteria class.

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()

Gets a collection of all the valid property names for the criteria expression.

IsValidPropertyName(String)

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

Determines whether the specified name is a valid property name.

(Inherited from QueryCriteria<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>)

Applies to