ICustomDimOrders

Description

The ICustomDimOrders interface contains properties and methods of attribute collection used for element sorting in created dictionary.

Comments

The ICustomDimAttributes.Orders property returns collection of attributes used for sorting.

Sorting order is determined by attribute location order in collection: first, values of the first attribute are used for sorting, next, values of the second and so on. By default, the attribute with the Order purpose is included to the collection.

Properties

  Property name Brief description
Count The Count property returns the number of attributes in the collection.
Item The Item property returns sorting parameters by attribute with the specified index.

Methods

  Method name Brief description
Add The Add method adds the specified attribute to the sorting list.
Delete The Delete method deletes attributes with the specified index and returns attribute whether the deletion was successful.
FindByKey The FindByKey method finds attribute in the collection by its key.
Move The Move method changes attributes' positions in sorting list thus changing priority of sorting by some attribute.

See also:

Dimensions Assembly Interfaces