IDateMapping Interface

Date mapping interface.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public interface IDateMapping : IUniqueName

The IDateMapping type exposes the following members.

Properties
  NameDescription
Public propertyLevelMapping
Gets the level mapping information.
Public propertyStartDate
Gets the start date.
Public propertyTimeProvider
Gets the time provider.
Public propertyUniqueName
Gets the object unique name.
(Inherited from IUniqueName.)
Top
Methods
  NameDescription
Public methodGetDateByUniqueName
Gets the date by the member unique name.
Public methodGetFirstMemberUniqueName
Gets the first member unique name for the specific level.
Public methodGetLastMemberUniqueName
Gets the last member unique name.
Public methodGetMemberByDate
Gets OlapMember object by date.
Public methodGetMembersInRange
Gets the members in the specified date range.
Public methodGetNextMember
Gets the next member.
Public methodGetPreviousMember
Gets the previous member for provided date.
Public methodGetRange
Gets the RangeMemberValue based on start and end date.
Top
See Also