GetHierarchyMembersOptionsBase Class

The base options class used for getting hierarchy members.
Inheritance Hierarchy

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class GetHierarchyMembersOptionsBase

The GetHierarchyMembersOptionsBase type exposes the following members.

Constructors
 NameDescription
Public methodGetHierarchyMembersOptionsBase Initializes a new instance of the GetHierarchyMembersOptionsBase class.
Top
Properties
 NameDescription
Public propertyBypassHierarchyCache Gets or sets a value indicating whether the hierarchy cache should be bypassed for the current member request.
Public propertyBypassSecurityForAdmin Gets or sets a value indicating whether the security hierarchy processing should be bypassed for admin accounts.
Public propertyCount Gets or sets the sequence size, when the retrieved members are paginated.
Public propertyCrossFilterValues Gets the cross filter values, used for cross hierarchy filtering.
Public propertyHierarchyUniqueName Gets or sets the unique name of the hierarchy.
Public propertyIncludeAncestry Gets or sets a value indicating whether the retrieved members should have their ancestry populated.
Public propertyInheritedFilterValues Gets the inherited parameter values.
Public propertyLevelUniqueName Gets or sets the unique name of the level.
Public propertyMemberDateTime Gets or sets the date/time of the member.
Public propertyMemberFilter Gets or sets the member filter.
Public propertyMemberUniqueName Gets or sets the unique name of the member.
Public propertySortRule Gets or sets the sort rule.
Public propertyStart Gets or sets the starting sequence index, when the retrieved members are paginated.
Public propertyTenantId Gets or sets the tenant ID.
Top
See Also