IDateMappingServiceGetDateMappings Method

Gets the collection of DateMapping objects defined in native structure with the specified ID.

Namespace: Dundas.BI.Entities.DateMappings
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IEnumerable<DateMapping> GetDateMappings(
	Guid parentOlapNativeStructureId
)

Parameters

parentOlapNativeStructureId  Guid
The parent OLAP native structure ID.

Return Value

IEnumerableDateMapping
A collection of DateMapping objects.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when parentOlapNativeStructureId is invalid.
See Also