Show contents 

Dimensions > Dimensions Assembly Interfaces > IDimAsCalendarLevels

IDimAsCalendarLevels

Description

The IDimAsCalendarLevels interface contains properties and methods of the levels collection to compare on using the dictionary as a calendar one.

Comments

The levels collection can be obtained using the IDimAsCalendar.Levels property. The collection contains a list of all calendar levels. The levels that will be used should be compared with levels of the current dictionary. To compare, use the KeyLevel or LevelKey property.

Properties

  Property name Brief description
Count The Count property returns the number of calendar levels to compare.
Item The Item property returns parameters for comparing level of the current dictionary with calendar level with the specified index.
ItemKey The ItemKey property returns key of the dictionary level that is compared with calendar level with the specified index.
ItemLevel The ItemLevel property returns calendar level by its index.
KeyLevel The KeyLevel property compares dictionary level with the specified calendar level.
LevelKey The LevelKey property compares calendar level with the specified dictionary level.

Methods

  Method name Brief description
Clear The Clear method clears bindings between calendar levels and levels of the current dictionary.

See also:

Dimensions Assembly Interfaces