Compartir a través de


Clase DerivedHierarchyLevel

Defines the data contract for the derived hierarchy level.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<DerivedHierarchyContextIdentifier>
      Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyLevel

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

Sintaxis

'Declaración
<DataContractAttribute(Name := "DerivedHierarchyLevel", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class DerivedHierarchyLevel _
    Inherits MdmDataContract(Of DerivedHierarchyContextIdentifier)
'Uso
Dim instance As DerivedHierarchyLevel
[DataContractAttribute(Name = "DerivedHierarchyLevel", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class DerivedHierarchyLevel : MdmDataContract<DerivedHierarchyContextIdentifier>
[DataContractAttribute(Name = L"DerivedHierarchyLevel", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class DerivedHierarchyLevel sealed : public MdmDataContract<DerivedHierarchyContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "DerivedHierarchyLevel", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DerivedHierarchyLevel =  
    class 
        inherit MdmDataContract<DerivedHierarchyContextIdentifier>
    end
public final class DerivedHierarchyLevel extends MdmDataContract<DerivedHierarchyContextIdentifier>

El tipo DerivedHierarchyLevel expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets the audit information. (Se hereda de MdmDataContract<TIdType>.)
Propiedad pública DisplayName Gets or sets the display name.
Propiedad pública ForeignEntityId Gets or sets the foreign entity identifier.
Propiedad pública ForeignId Gets or sets the foreign identifier.
Propiedad pública ForeignType Gets or sets the type of object that is specified in the foreign identifier.
Propiedad pública Identifier Gets or sets the identifier. (Se hereda de MdmDataContract<TIdType>.)
Propiedad pública IsRecursive Gets or sets a value that indicates whether the level has a recursive relationship.
Propiedad pública IsVisible Gets or sets a value that indicates whether the level is visible within the derived hierarchy.
Propiedad pública LevelNumber Gets or sets the level number.
Propiedad pública MemberType Gets or sets the MemberType.
Propiedad pública Permission Gets or sets the permission. (Se hereda de MdmDataContract<TIdType>.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
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