TimeDimension Constructor (TimeDimensionProvider, ICollectionInt32)

Initializes a new instance of the TimeDimension class.

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 TimeDimension(
	TimeDimensionProvider timeDimensionProvider,
	ICollection<int> timeIntervals
)

Parameters

timeDimensionProvider
Type: Dundas.BI.Data.TimeDimensionProvidersTimeDimensionProvider
The time dimension provider.
timeIntervals
Type: System.Collections.GenericICollectionInt32
The time intervals.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeDimensionProvider is .
ArgumentExceptionThe timeIntervals was or empty.
Remarks
Use Save(TimeDimension) to save the instance.
See Also