Share via


EnterpriseManagementRelationshipObjectGenericCriteria Members

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

Represents the generic criteria in a relationship.

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

Public Constructors

  Name Description
  EnterpriseManagementRelationshipObjectGenericCriteria Creates a new instance of the EnterpriseManagementRelationshipObjectGenericCriteria 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 property Expression  Gets the expression that this criteria represents. (inherited from QueryCriteria)

Top

Protected Properties

  Name Description
protected property BackCompatPropertyToNewPropertyMappings Overridden. Gets a collection of back compat property to new property mappings.

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 Gets a read-only collection of all 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

EnterpriseManagementRelationshipObjectGenericCriteria Class
Microsoft.EnterpriseManagement.Common Namespace