HierarchyParentCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the criteria for moving child members to the specified derived hierarchy parent.
public ref class HierarchyParentCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="HierarchyParentCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class HierarchyParentCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="HierarchyParentCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyParentCriteria = class
inherit DataContractBase
Public Class HierarchyParentCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The HierarchyParentCriteria complex type contains a collection of members to be moved to the specified derived hierarchy parent.
Constructors
HierarchyParentCriteria() |
Default Constructor |
Properties
ChildIdsByOldParentId |
Specifies 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 |
Specifies the derived hierarchy for the criteria. |
LevelNumber |
Specifies the level number of the criteria. |
ModelId |
Specifies the model for the criteria. |
ParentId |
Specifies the new parent id. Leave empty to move the children to the unused node. |
VersionId |
Specifies the version for the criteria. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |