The IStandardDimAttributes interface contains properties and methods of a collection of table dictionary attributes.
Property name | Brief description | |
Count | The Count property returns the number of table dictionary attributes. | |
Id | The Id property determines table dictionary attribute whose function is to show ID. | |
ImageIndex | The ImageIndex property determines table dictionary attribute whose function is Element Icon. | |
Item | The Item property returns parameters of table dictionary attribute. | |
Name | The Name property determines dictionary attribute whose function is Name. | |
Order | The Order property determines dictionary attribute which function is Order. | |
Orders | The Orders property returns a collection of attributes by which table dictionary should be sorted. | |
ReadAccess | The ReadAccess property determines dictionary attribute that limits read access to records. | |
WriteAccess | The WriteAccess property determines dictionary attribute that limits permissions to change records. |
Method name | Brief description | |
Add | The Add method adds a table dictionary attribute. | |
Clear | The Clear method removes all table dictionary attributes. | |
FindByKey | The FindByKey method searches an object containing table dictionary attribute by attribute key. | |
Remove | The Remove method removes table dictionary attribute by its index. | |
RemoveByKey | The RemoveByKey method removes table dictionary attribute by its key. |
See also: