Compartir a través de


Clase Parent

Represents a parent member used by all the member related operations.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.Parent

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "Parent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Parent _
    Inherits DataContractBase
'Uso
Dim instance As Parent
[DataContractAttribute(Name = "Parent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Parent : DataContractBase
[DataContractAttribute(Name = L"Parent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Parent : public DataContractBase
[<DataContractAttribute(Name = "Parent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Parent =  
    class 
        inherit DataContractBase 
    end
public class Parent extends DataContractBase

El tipo Parent expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Parent Initializes a new instance of the Parent class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública HierarchyId Gets or sets the identifier of the parent member’s explicit hierarchy.
Propiedad pública ParentId Gets or sets the identifier of the parent member in a hierarchy.
Propiedad pública RelationshipType Gets or sets the type of relationship the member has with the related member.
Propiedad pública SortOrder Gets or sets the sort order of the member within the hierarchy/parent.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts