Parent Class

Definition

Caution

Explicit hierarchies are deprecated

A consolidated member node in a hierarchy.

public ref class Parent : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Obsolete("Explicit hierarchies are deprecated")]
[System.Runtime.Serialization.DataContract(Name="Parent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Parent : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Obsolete("Explicit hierarchies are deprecated")>]
[<System.Runtime.Serialization.DataContract(Name="Parent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Parent = class
    inherit DataContractBase
Public Class Parent
Inherits DataContractBase
Inheritance
Attributes

Remarks

The Parent complex type specifies a member that is a parent or a prior sibling of another master data member within an explicit hierarchy.

Constructors

Parent()

Initializes a new instance of the Parent class.

Properties

AuditInfo

Specifies the audit information of the member

HierarchyId

The hierarchy this member is associated with

IsSoftDeleted

Specifies the status of the member

ParentId

The Identifier for this member

RelationshipType

The type of relationship this member has with the related member.

SortOrder

The sort order of this member within the hierarchy/parent.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to