Share via


ParentChild-Klasse

Specifies a parent-child relationship record from a hierarchy.

Vererbungshierarchie

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

Der ParentChild-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ParentChild Initializes a new instance of the ParentChild class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.