Open this page in the API Guide

TimeHierarchyLevel.GetNextMember Method (String, MemberRetrievalOptions)

Gets the next member.

Namespace:  Dundas.BI.Entities.TimeDimensions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override IHierarchyMember GetNextMember(
	string uniqueName,
	MemberRetrievalOptions retrievalOptions
)

Parameters

uniqueName
Type: System.String
The unique name of the current member.
retrievalOptions
Type: Dundas.BI.Data.MemberRetrieval.MemberRetrievalOptions
The retrieval options.

Return Value

Type: IHierarchyMember
The next member.

Implements

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