TimeHierarchyLevelGetNextMember Method (String, MemberRetrievalOptions, Boolean)

Gets the next member.

Namespace:  Dundas.BI.Entities.TimeDimensions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ITimeHierarchyMember GetNextMember(
	string uniqueName,
	MemberRetrievalOptions retrievalOptions,
	bool checkDimensionRange
)

Parameters

uniqueName
Type: SystemString
The unique name of the current member.
retrievalOptions
Type: Dundas.BI.Data.MemberRetrievalMemberRetrievalOptions
The retrieval options.
checkDimensionRange
Type: SystemBoolean
Flag that indicates the returned value will be checked if included or not in the dimension visible range.

Return Value

Type: ITimeHierarchyMember
The next member.

Implements

ITimeHierarchyLevelGetNextMember(String, MemberRetrievalOptions, Boolean)
Exceptions
ExceptionCondition
ArgumentExceptionThe uniqueName is or empty.
FormatExceptionThe uniqueName is not in expected format.
See Also