GetHierarchyMemberOptions Class

The options class used for getting a hierarchy member.
Inheritance Hierarchy

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

The GetHierarchyMemberOptions type exposes the following members.

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