MetadataResultOptions Class
Specifies the results of a metadata get operation to return.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::MetadataResultOptions
| Name | Description | |
|---|---|---|
![]() | MetadataResultOptions() | Initializes a new instance of the MetadataResultOptions class. |
| Name | Description | |
|---|---|---|
![]() | AttributeGroups | Gets or sets the type of AttributeGroup results to return. |
![]() | Attributes | Gets or sets the type of Attribute results to return. |
![]() | DerivedHierarchies | Gets or sets the type of DerivedHierarchy results to return. |
![]() | DerivedHierarchyLevels | Gets or sets the type of DerivedHierarchyLevel results to return. |
![]() | Entities | Gets or sets the type of Entity results to return. |
![]() | ExplicitHierarchies | Gets or sets the type of ExplicitHierarchy results to return. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | MemberTypes | Gets or sets the type of MemberType results to return. |
![]() | Models | Gets or sets the type of Model results to return. |
![]() | VersionFlags | Gets or sets the type of VersionFlag results to return. |
![]() | Versions | Gets or sets the type of Version results to return. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


