Enum HierarchyLevelHideMemberIf
Namespace: Varigence.Languages.Biml.Dimension
Assembly: Biml.dll
C#
public enum HierarchyLevelHideMemberIf
Fields
Fields | Description |
---|---|
Never | Specifies that hierarchy level members should never be hidden in query results. |
NoName | Specifies that hierarchy level members that have no name should be hidden in query results. |
OnlyChildWithNoName | Specifies that hierarchy level members that are the only child of their parent and have no name should be hidden in query results. |
OnlyChildWithParentName | Specifies that hierarchy level members that are the only child of their parent and have the same name as their parent should be hidden in query results. |
ParentName | Specifies that hierarchy level members that have the same name as their parent should be hidden in query results. |