HierarchyMembersGetCriteria Class
Criteria that is used by HierarchyMembersget.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::HierarchyMembersGetCriteria
| Name | Description | |
|---|---|---|
![]() | HierarchyMembersGetCriteria() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | Ancestors | Gets or sets whether the ancestors of the supplied member code will be retrieved. |
![]() | HierarchyId | Gets or sets the hierarchy being looked up. |
![]() | HierarchyType | Gets or sets the type of hierarchy being queried. |
![]() | MemberType | Gets or sets the type of members that we are retrieving by this operation. |
![]() | ModelId | Gets or sets the model of the hierarchy being queried. |
![]() | ParentEntityId | Gets or sets the identifier of the parent entity from which to get the members. |
![]() | ParentMember | Gets or sets the member code from which to get the children. |
![]() | RowLimit | Gets or sets the amount of rows retrieved by this operation. |
![]() | SearchTerm | Gets or sets the criteria by which you want to search the hierarchy. |
![]() | UserId | Gets or sets the user of whom we get the members for. |
![]() | VersionId | Gets or sets the version of the data being queried. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The HierarchyMembersGetCriteria specifies the criteria that is used by HierarchyMembersget.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


