MetadataSearchCriteria Class
Criteria for the MetadataGet operation.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::MetadataSearchCriteria
| Name | Description | |
|---|---|---|
![]() | MetadataSearchCriteria() | Initializes a new instance of the MetadataSearchCriteria class. |
| Name | Description | |
|---|---|---|
![]() | AttributeGroups | Gets or sets the criteria to fill the Metadata. |
![]() | Attributes | Gets or sets the criteria to fill the Metadata. |
![]() | DerivedHierarchies | Gets or sets the criteria to fill the Metadata. |
![]() | DerivedHierarchyLevels | Gets or sets the criteria to fill the DerivedHierarchyLevels property. |
![]() | Entities | Gets or sets the criteria to fill the Metadata. |
![]() | ExplicitHierarchies | Gets or sets the criteria to fill the Metadata. |
![]() | Indexes | Gets the criteria to fill the Metadata. |
![]() | MemberTypes | Gets or sets the criteria to fill the Metadata. |
![]() | Models | Gets the criteria to fill the Metadata. |
![]() | SearchOption | Gets or sets the objects to include in the search. |
![]() | VersionFlags | Gets or sets the criteria to fill the Metadata. |
![]() | Versions | Gets or sets the criteria to fill the Metadata. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The MetadataSearchCriteria specifies criteria for the MetadataGet operation. Allows specification of identifiers that are associated with each type of metadata object. Each parameter is optional; those specified are combined with an AND. Leave all parameters empty to get all metadata.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

