DerivedHierarchyLevel Class
A single level within the derived hierarchy data relationship tree.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::MetadataDataContract<TIdType>
Microsoft.MasterDataServices.Services.DataContracts::DerivedHierarchyLevel
| Name | Description | |
|---|---|---|
![]() | DerivedHierarchyLevel() | Initializes a new instance of the DerivedHierarchyLevel class. |
| Name | Description | |
|---|---|---|
![]() | AccessPermission | Gets or sets the AccessPermission. (Inherited from MetadataDataContract<TIdType>.) |
![]() | AuditInfo | Gets or sets the AuditInfo. (Inherited from MetadataDataContract<TIdType>.) |
![]() | DisplayName | Gets or sets the display name. |
![]() | EntityId | Gets or sets the entity ID. Members of this level pertain to this entity. This property is read-only, and is provided for convenience when loading hierarchy members. Its value is inferred from ForeignId and ForeignType for metadata get operations, and ignored for save operations. |
![]() | ForeignEntityId | Gets or sets the foreign entity Id. |
![]() | ForeignId | Gets or sets the foreign Id. |
![]() | ForeignType | Gets or sets the HierarchyItemType of object that is specified in the ForeignId. |
![]() | Identifier | Gets or sets the metadata identifier. (Inherited from MetadataDataContract<TIdType>.) |
![]() | IsRecursive | Gets or sets whether the level has a recursive relationship. |
![]() | IsVisible | Gets or sets a value that indicates whether the level is visible within the derived hierarchy. |
![]() | LevelNumber | Gets or sets the depth of the level. Is zero-based and runs from hierarchy top to bottom. |
![]() | ManyToManyChildAttributeId | When ForeignType is ManyToMany, gets or sets the ID of the domain-based attribute on the mapping entity (referenced by ForeignEntityId) that references the child, while ForeignId specifies the parent domain-based attribute. |
![]() | MemberType | Gets or sets the MemberType. |
![]() | Permission | Gets or sets the PermissionType. (Inherited from MetadataDataContract<TIdType>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The DerivedHierarchyLevel complex type specifies a single level within the derived hierarchy data relationship tree.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

