TimeDimension(TimeDimensionProvider, ICollectionInt32) Constructor

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

Parameters

timeDimensionProvider  TimeDimensionProvider
The time dimension provider.
timeIntervals  ICollectionInt32
The time intervals.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeDimensionProvider is .
ArgumentExceptionThe timeIntervals was or empty.
Remarks
Use Save(TimeDimension) to save the instance.
See Also