Rds > Rds Assembly Interfaces > IMetaAttributeNamings
The IMetaAttributeNamings interface contains properties and methods used to work with a collection of attributes names.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of names in the collection. |
![]() |
Item | The Item property returns a name from the collection by index. |
![]() |
NamingDelimiter | The NamingDelimiter property determines a delimiter of attributes names. |
Method name | Brief description | |
![]() |
Add | The Add method adds attribute name in the collection. |
![]() |
FindById | The FindById method searches a name in the collection by attribute identifier. |
![]() |
FindByKey | The FindById method searches a name in a collection by an attribute key. |
![]() |
GetNames | The GetNames method enables the user to get names of the time series database elements by specified values. |
![]() |
GetNamesRaw | The GetNamesRaw method enables the user to get names of the time series database elements by specified values and dimensions. |
![]() |
GetRecordMnemo | The GetRecordMnemo method returns mnemonics of the time series database element. |
![]() |
GetRecordName | The GetRecordName method returns the name of the time series database element. |
![]() |
Move | The Move method moves attributes names in a collection by indexes. |
![]() |
Remove | The Remove method removes names from the collection. |
See also: