ParentChild Class

Specifies a parent-child relationship record from a hierarchy.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.ParentChild

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "ParentChild", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ParentChild _
    Implements IExtensibleDataObject
'Usage
Dim instance As ParentChild
[DataContractAttribute(Name = "ParentChild", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ParentChild : IExtensibleDataObject
[DataContractAttribute(Name = L"ParentChild", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ParentChild : IExtensibleDataObject
[<DataContractAttribute(Name = "ParentChild", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ParentChild =  
    class
        interface IExtensibleDataObject
    end
public class ParentChild implements IExtensibleDataObject

The ParentChild type exposes the following members.

Constructors

  Name Description
Public method ParentChild Initializes a new instance of the ParentChild class.

Top

Properties

  Name Description
Public property AttributeId Gets or sets the identifier for the attribute that is used to relate a member to its children, if any.
Public property AuditInfo Gets or sets the audit information that is associated with this node relationship.
Public property Child Gets or sets the child member.
Public property ChildEntityId Gets or sets the entity that is associated with the child node of the relationhip.
Public property ChildPermission Gets or sets the security permission of the child node.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property NextRelationshipId Gets or sets the identifier for the object that defines the relationship between an item and its children.
Public property NextRelationshipType Gets or sets the hierarchy item type that defines how an item relates to its children.
Public property Parent Gets or sets the parent member.
Public property ParentEntityId Gets or sets the entity that is associated with the parent node of the relationship.
Public property ParentPermission Gets or sets the security permission of the parent node.
Public property RelationshipId Gets or sets the relationship object (entity,attribute, or hierarchy) that associates a node with another.
Public property RelationshipType Gets or sets the type that drives the relationship.
Public property SortOrder Gets or sets the sort order.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.