Skip to main content

Enum HierarchyLevelHideMemberIf

Namespace: Varigence.Languages.Biml.Dimension

Assembly: Biml.dll

C#


public enum HierarchyLevelHideMemberIf

Fields

FieldsDescription
NeverSpecifies that hierarchy level members should never be hidden in query results.
NoNameSpecifies that hierarchy level members that have no name should be hidden in query results.
OnlyChildWithNoNameSpecifies that hierarchy level members that are the only child of their parent and have no name should be hidden in query results.
OnlyChildWithParentNameSpecifies 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.
ParentNameSpecifies that hierarchy level members that have the same name as their parent should be hidden in query results.