IDimAttributesList

Assembly: Dimensions;

Description

The IDimAttributesList interface contains properties and methods used to work with a collection of attributes by values of which elements are searched.

Inheritance Hierarchy

IDimAttributesList

Comments

Attributes list is used to find elements in table, calendar, and calculated dictionaries of the repository.

Properties

  Property name Brief description
Attributes The Attributes property determines the list of attributes, by which a selected character string is to be searched.
Count The Count property returns the number of attributes in the collection.
Dimension The Dimension property determines the dictionary, which attributes form the given collection.
Item The Item property returns parameters of the attribute added to the collection.
Probe The Probe property returns a collection of attributes implemented by the IDimAttributeProbe interface.

Methods

  Method name Brief description
Add The Add method adds selected attribute to the collection.
FindById The FindById method finds attribute in the collection by its ID.
FindByKey The FindByKey method finds attribute in the collection by its key.
Remove The Remove method removes attribute from the collection by its index.
RemoveByKey The RemoveByKey method removes attribute from the collection by its key.

See also:

Dimensions Assembly Interfaces