IRdsAttributes

Description

The IRdsAttributes interface contains properties and methods used to work with a collection of attributes of the MDM dictionary.

Properties

  Property name Brief description
AccessAccess The AccessAccess property returns a system attribute of a dictionary that assignment is Permission to Change permissions.
Count The Count property returns number of attributes of the MDM dictionary.
DeleteAccess The DeleteAccess property returns a system attribute of a dictionary that assignment is Permission to Delete.
GUID The GUID property returns a system attribute of a dictionary, which assignment is Unique element identifier.
Hidden The Hidden property returns a system attribute of a dictionary that determines elements visibility.
ImageIndex The ImageIndex property determines an attribute that can be used as elements icon.
InDate The InDate property returns a system attribute of a dictionary, which assignment is Element Action Start Date.
Item The Item property returns an attribute of the MDM dictionary.
Key The Key property returns a system attribute of a dictionary, which assignment is Element Key.
MandatoryAccess The MandatoryAccess property returns the dictionary system attribute that determines mandatory access parameters for MDM dictionary elements.
Name The Name property returns a system attribute of a dictionary that assignment is Element Name.
Order The Order property returns a system attribute of a dictionary, which assignment is Element Order.
OutDate The OutDate property returns a system attribute of a dictionary, which assignment is Element Action End Date.
ParentKey The ParentKey property returns a system attribute of a dictionary, which assignment is Key of Owner Element.
Predefined The Predefined property returns a specified system attribute of the MDM dictionary.
ReadAccess The ReadAccess property returns a system attribute of a dictionary, which assignment is Permission to View.
Version The Version property returns a system attribute of a dictionary, which assignment is Element Version.
WriteAccess The WriteAccess property returns a system attribute of a dictionary, which assignment is Permission to Change.

Methods

  Method name Brief description
Add The Add method creates a custom attribute.
Clear The Clear method removes all custom attributes of the MDM dictionary.
FindById The FindById method searches an attribute of the MDM dictionary by identifier.
FindByKey The FindByKey method searches an attribute of the MDM dictionary by key.
Move The Move method moves attributes in a list by changing display order of attributes values in elements tree.
Remove The Remove method removes an attribute by index.
RemoveByKey The RemoveByKey method removes an attribute by key.

See also:

Rds Assembly Interfaces