Rds > Rds Assembly Interfaces > IRdsAttributesList
Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsAttributesList interface contains properties and methods used to work with the collection of attributes, by which values elements are searched.
IRdsAttributesList
Property name | Brief description | |
![]() |
The Attributes property determines a list of attributes, by which search is executed as a character string. | |
![]() |
The Count property returns the number of attributes in the collection. | |
![]() |
The Dictionary property determines a dictionary, this collection is built with its attributes. | |
![]() |
The Item property returns parameters of the attribute added in a collection. | |
![]() |
The Probe property returns attributes collection implemented by the IDimSimpleAttrProbe interface. |
Method name | Brief description | |
![]() |
The Add method adds selected attribute to the collection. | |
![]() |
The Clear method clears all attributes from the collection. | |
![]() |
The FindById method searches an attribute in the collection by identifier. | |
![]() |
The FindByKey method searches an attribute in the collection by key. | |
![]() |
The Remove method removes attribute from the collection by its index. | |
![]() |
The RemoveByKey method removes attribute from the collection by its key. |
See also: