HierarchyParentCriteria Class

 

Specifies the criteria for moving child members to the specified derived hierarchy parent.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

System::Object
  Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts::HierarchyParentCriteria

[DataContractAttribute(Name = "HierarchyParentCriteria", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class HierarchyParentCriteria : DataContractBase

NameDescription
System_CAPS_pubmethodHierarchyParentCriteria()

Default Constructor

NameDescription
System_CAPS_pubpropertyChildIdsByOldParentId

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.

System_CAPS_pubpropertyDerivedHierarchyId

Gets or sets the derived hierarchy for the criteria.

System_CAPS_pubpropertyLevelNumber

Gets or sets the LevelNumber of the criteria.

System_CAPS_pubpropertyModelId

Gets or sets the model for the criteria.

System_CAPS_pubpropertyParentId

Gets or sets the new parent id. Leave empty to move the children to the unused node.

System_CAPS_pubpropertyVersionId

Gets or sets the version for the criteria.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetProperty<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.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: