TimeDimensionProviderEnumerateMembers Method

Enumerates the member unique names.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract IEnumerable<string> EnumerateMembers(
	int intervalId,
	DateTime startTime,
	DateTime endTime
)

Parameters

intervalId
Type: SystemInt32
ID of the interval.
startTime
Type: SystemDateTime
The start time.
endTime
Type: SystemDateTime
The end time.

Return Value

Type: IEnumerableString
The member unique names.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe intervalId is invalid.
See Also