TimeHierarchyLevelGetMember(String, MemberRetrievalOptions) Method

Gets the member by its unique name.

Namespace: Dundas.BI.Entities.TimeDimensions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public override ITimeHierarchyMember GetMember(
	string uniqueName,
	MemberRetrievalOptions retrievalOptions
)

Parameters

uniqueName  String
The unique name of the member.
retrievalOptions  MemberRetrievalOptions
The retrieval options.

Return Value

ITimeHierarchyMember
The member.
Exceptions
ExceptionCondition
ArgumentExceptionThe uniqueName is or empty.
FormatExceptionThe uniqueName is not in expected format.
See Also