DerivedHierarchyLevel Class

Extends MdmDataContractOfDerivedHierarchyContextIdentifier complex type.

Inheritance Hierarchy

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

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

The DerivedHierarchyLevel type exposes the following members.

Constructors

  Name Description
Public method DerivedHierarchyLevel Initializes a new instance of the DerivedHierarchyLevel class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets the AuditInfo. (Inherited from MdmDataContract<IdType>.)
Public property DisplayName String name to be displayed.
Public property ForeignEntityId Identifier complex type.
Public property ForeignId Identifier complex type.
Public property ForeignType HierarchyItemType simple type.
Public property Identifier Gets or sets the ID. (Inherited from MdmDataContract<IdType>.)
Public property IsRecursive Gets or sets a value indicating whether the derived hierarchy level has a recursive relationship.
Public property IsVisible Expresses visibility of level.
Public property LevelNumber Represents depth of the level.
Public property MemberType MemberType simple type.
Public property Permission Gets or sets the permission. (Inherited from MdmDataContract<IdType>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.