MemberRetrievalOptions Class

Class used to specify hierarchy member retrieval options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MemberRetrievalMemberRetrievalOptions

Namespace:  Dundas.BI.Data.MemberRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class MemberRetrievalOptions

The MemberRetrievalOptions type exposes the following members.

Constructors
  NameDescription
Public methodMemberRetrievalOptions
Initializes a new instance of the MemberRetrievalOptions class.
Public methodMemberRetrievalOptions(HierarchyLevelSorting)
Initializes a new instance of the MemberRetrievalOptions class.
Public methodMemberRetrievalOptions(Int32, Int32)
Initializes a new instance of the MemberRetrievalOptions class.
Public methodMemberRetrievalOptions(Int32, Int32, HierarchyLevelSorting)
Initializes a new instance of the MemberRetrievalOptions class.
Public methodMemberRetrievalOptions(Int32, Int32, HierarchyMemberSorting, IEnumerableParameterValue)
Initializes a new instance of the MemberRetrievalOptions 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 propertyBypassSecurityForAdminAccounts
Gets or sets a value indicating whether the security hierarchy processing should be bypassed for admin accounts.
Public propertyCommandTimeout
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Public propertyCrossFilterValues
Gets the cross filter values, used for cross hierarchy filtering.
Public propertyIncludeAncestry
Gets or sets a value indicating whether the retrieved members should have their ancestry populated.
Public propertyInheritedParameterValues
Gets the inherited parameter values.
Public propertyMemberFilter
Gets or sets the member filter.
Public propertySequenceSize
Gets or sets the sequence size, when the retrieved members are paginated.
Public propertySequenceStart
Gets or sets the starting sequence index, when the retrieved members are paginated.
Public propertySortRule
Gets or sets the sort rule.
Top
Methods
  NameDescription
Public methodSetCrossFilters
Sets the cross filters.
Top
See Also