Condividi tramite


Classe ParentChild

Represents a parent-child relationship record from a hierarchy.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..ParentChild

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

Sintassi

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

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 an AuditInfo complex type.
Proprietà pubblica Child Gets or sets the MemberIdentifier of the child member in the relationship.
Proprietà pubblica ChildEntityId Gets or sets the Identifier of the child member’s entity.
Proprietà pubblica ChildPermission Gets or sets the permission level of a child member.
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 MemberIdentifier of the parent member in the relationship.
Proprietà pubblica ParentEntityId Gets or sets the Identifier of the parent member’s entity.
Proprietà pubblica ParentPermission Gets or sets the SecurityPermission of the user for the parent member.
Proprietà pubblica RelationshipId Gets or sets the relationship identifier.
Proprietà pubblica RelationshipType Gets or sets the relationship type.
Proprietà pubblica SortOrder Gets or sets an integer that represents the order of the child member among its siblings, relative to the parent.

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.