Show contents 

Dimensions > Dimensions Assembly Interfaces > IDimAsCalendarAttrs

IDimAsCalendarAttrs

Description

The IDimAsCalendarAttrs interface contains properties and methods of attributes collection used to compare on using of dictionary as a calendar one.

Comments

The attributes collection can be obtained using the IDimAsCalendar.Attrs property. The collection contains a list of mandatory calendar attributes that should be compared with attributes of the current dictionary. To compare, use the IdAttr property.

Properties

  Property name Brief description
Count The Count property returns the number of calendar attributes to compare.
IdAttr The IdAttr property compares dictionary attribute and calendar attribute with the specified identifier.
Item The Item property returns parameters for comparing attribute of the current dictionary and calendar attribute with the specified index.
ItemAttr The ItemAttr property returns the dictionary attribute compared with calendar attribute with the specified index.
ItemId The ItemId property returns calendar attribute identifier with the specified index.

Methods

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

See also:

Dimensions Assembly Interfaces