MetadataSearchCriteria Class

Definition

Specifies the MetadataGet search (filter) criteria.

public ref class MetadataSearchCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MetadataSearchCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataSearchCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MetadataSearchCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataSearchCriteria = class
    inherit DataContractBase
Public Class MetadataSearchCriteria
Inherits DataContractBase
Inheritance
MetadataSearchCriteria
Attributes

Constructors

MetadataSearchCriteria()

Initializes a new instance of the MetadataSearchCriteria class.

Properties

AttributeGroups

Gets or sets the criteria with which to fill the AttributeGroups property.

Attributes

Gets or sets the criteria with which to fill the Attributes property.

DerivedHierarchies

Gets or sets the criteria with which to fill the DerivedHierarchies property.

DerivedHierarchyLevels

Gets or sets the criteria with which to fill the DerivedHierarchyLevels property.

Entities

Gets or sets the criteria with which to fill the Entities property.

ExplicitHierarchies

Gets or sets the criteria with which to fill the ExplicitHierarchies property.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
MemberTypes

Gets or sets the criteria with which to fill the MemberTypes property.

Models

Gets or sets the criteria with which to fill the Models property.

SearchOption

Gets or sets a value that indicates whether user-defined, system, or both types of schema are to be searched.

VersionFlags

Gets or sets the criteria with which to fill the VersionFlags property.

Versions

Gets or sets the criteria with which to fill the Versions property.

Applies to