IDateMappingServiceGenerateDateMapping Method (Guid, IOlapCube, String, IListString) | 
  
    Namespace: 
   Dundas.BI.Entities.DateMappings
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxDateMapping GenerateDateMapping(
	Guid timeProviderId,
	IOlapCube cube,
	string hierarchyUniqueName,
	IList<string> excludedSets
)
Function GenerateDateMapping ( 
	timeProviderId As Guid,
	cube As IOlapCube,
	hierarchyUniqueName As String,
	excludedSets As IList(Of String)
) As DateMapping
DateMapping^ GenerateDateMapping(
	Guid timeProviderId, 
	IOlapCube^ cube, 
	String^ hierarchyUniqueName, 
	IList<String^>^ excludedSets
)
abstract GenerateDateMapping : 
        timeProviderId : Guid * 
        cube : IOlapCube * 
        hierarchyUniqueName : string * 
        excludedSets : IList<string> -> DateMapping 
Parameters
- timeProviderId
 - Type: SystemGuid
The time provider ID. - cube
 - Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube. - hierarchyUniqueName
 - Type: SystemString
The hierarchy unique name. - excludedSets
 - Type: System.Collections.GenericIListString
The excluded sets. 
Return Value
Type: 
DateMapping
            A reference to 
DateMapping object.
            
Exceptions
See Also