Dimensions > Dimensions Assembly Interfaces > IDimAsCalendarAttrs
The IDimAsCalendarAttrs interface contains properties and methods of attributes collection used to compare on using of dictionary as a calendar one.
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.
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. |
Method name | Brief description | |
![]() |
Clear | The Clear method clears bindings between calendar attributes and attributes of the current dictionary. |
See also: