HierarchyParentCriteria Class
Specifies the criteria for moving child members to the specified derived hierarchy parent.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::HierarchyParentCriteria
| Name | Description | |
|---|---|---|
![]() | HierarchyParentCriteria() | Default Constructor |
| Name | Description | |
|---|---|---|
![]() | ChildIdsByOldParentId | Gets or sets the ids of the children, grouped by their old parent id, to be moved to the new parent. For many-to-many hierarchy levels, where a child may have many parents, the parent id is used to disambiguate which relationship is to be changed. |
![]() | DerivedHierarchyId | Gets or sets the derived hierarchy for the criteria. |
![]() | LevelNumber | Gets or sets the LevelNumber of the criteria. |
![]() | ModelId | Gets or sets the model for the criteria. |
![]() | ParentId | Gets or sets the new parent id. Leave empty to move the children to the unused node. |
![]() | VersionId | Gets or sets the version for the criteria. |
| 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 HierarchyParentCriteria complex type contains a collection of members to be moved to the specified derived hierarchy parent.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


