This topic has not yet been rated - Rate this topic

MetadataSearchCriteria Class

Specifies the MetadataGet search (filter) criteria.

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MetadataSearchCriteria

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[DataContractAttribute(Name = "MetadataSearchCriteria", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataSearchCriteria : DataContractBase

The MetadataSearchCriteria type exposes the following members.

  NameDescription
Public methodMetadataSearchCriteriaInitializes a new instance of the MetadataSearchCriteria class.
Top
  NameDescription
Public propertyAttributeGroupsGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.AttributeGroups property.
Public propertyAttributesGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.Attributes property.
Public propertyDerivedHierarchiesGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.DerivedHierarchies property.
Public propertyDerivedHierarchyLevelsGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.DerivedHierarchyLevels property.
Public propertyEntitiesGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.Entities property.
Public propertyExplicitHierarchiesGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.ExplicitHierarchies property.
Public propertyExtensionDataGets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public propertyMemberTypesGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.MemberTypes property.
Public propertyModelsGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.Models property.
Public propertySearchOptionGets or sets a value that indicates whether user-defined, system, or both types of schema are to be searched.
Public propertyVersionFlagsGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.VersionFlags property.
Public propertyVersionsGets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.Versions property.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.