Partager via


Classe DerivedHierarchyLevel

Defines the data contract for the derived hierarchy level.

Hiérarchie d'héritage

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

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

Syntaxe

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

Le type DerivedHierarchyLevel expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets the audit information. (hérité de MdmDataContract<TIdType>.)
Propriété publique DisplayName Gets or sets the display name.
Propriété publique ForeignEntityId Gets or sets the foreign entity identifier.
Propriété publique ForeignId Gets or sets the foreign identifier.
Propriété publique ForeignType Gets or sets the type of object that is specified in the foreign identifier.
Propriété publique Identifier Gets or sets the identifier. (hérité de MdmDataContract<TIdType>.)
Propriété publique IsRecursive Gets or sets a value that indicates whether the level has a recursive relationship.
Propriété publique IsVisible Gets or sets a value that indicates whether the level is visible within the derived hierarchy.
Propriété publique LevelNumber Gets or sets the level number.
Propriété publique MemberType Gets or sets the MemberType.
Propriété publique Permission Gets or sets the permission. (hérité de MdmDataContract<TIdType>.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts