TimeDimension Constructor (Guid, ICollectionInt32, ParameterValueCollection)

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 (10.0.0.1002)
Syntax
public TimeDimension(
	Guid providerId,
	ICollection<int> timeIntervals,
	ParameterValueCollection providerValues
)

Parameters

providerId
Type: SystemGuid
The ID of the time dimension provider used by the connector.
timeIntervals
Type: System.Collections.GenericICollectionInt32
The time intervals.
providerValues
Type: Dundas.BI.Data.ParametersParameterValueCollection
The time dimension provider-specific settings. If , the default settings will be used.
Exceptions
ExceptionCondition
ArgumentExceptionproviderId is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidProviderExceptionThe time dimension provider cannot be loaded.
ArgumentExceptionThe timeIntervals was or empty.
Remarks
Use Save(TimeDimension) to save the instance.
See Also