Partager via


Classe ParentChild

Represents a parent-child relationship record from a hierarchy.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

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

Le type ParentChild expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ParentChild Initializes a new instance of the ParentChild class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AttributeId Gets or sets the identifier for the attribute that is used to relate a member to its children, if any.
Propriété publique AuditInfo Gets or sets an AuditInfo complex type.
Propriété publique Child Gets or sets the MemberIdentifier of the child member in the relationship.
Propriété publique ChildEntityId Gets or sets the Identifier of the child member’s entity.
Propriété publique ChildPermission Gets or sets the permission level of a child member.
Propriété publique NextRelationshipId Gets or sets the identifier for the object that defines the relationship between an item and its children.
Propriété publique NextRelationshipType Gets or sets the hierarchy item type that defines how an item relates to its children.
Propriété publique Parent Gets or sets the MemberIdentifier of the parent member in the relationship.
Propriété publique ParentEntityId Gets or sets the Identifier of the parent member’s entity.
Propriété publique ParentPermission Gets or sets the SecurityPermission of the user for the parent member.
Propriété publique RelationshipId Gets or sets the relationship identifier.
Propriété publique RelationshipType Gets or sets the relationship type.
Propriété publique SortOrder Gets or sets an integer that represents the order of the child member among its siblings, relative to the parent.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.