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 (24.3.0.1000)
Syntax
IEnumerable<DateMapping> GetDateMappings(
	Guid parentOlapNativeStructureId
)

Parameters

parentOlapNativeStructureId
Type: SystemGuid
The parent OLAP native structure ID.

Return Value

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