Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The RdsAttributesList class implements a collection of attributes, by which values search can be executed.
Class to get analog of the RdsAttributesList class:
None;
Class to get object analog of the RdsAttributesList class:
RdsAttributesListClass;
| Designer name | Brief description | |
| The Create designer creates a new collection of attributes, by which values elements can be searched. |
| 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: