Condividi tramite


Classe ParentChild

Specifies a parent-child relationship record from a hierarchy.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..ParentChild

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "ParentChild", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ParentChild _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo ParentChild sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ParentChild Initializes a new instance of the ParentChild class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.