Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsDictionaryElementDependents interface contains properties and methods used to work with the collection of dependencies on the MDM dictionary elements.
IRdsDictionaryElementDependents
| Property name | Brief description | |
| The Element property returns a parent element, for which the collection of dependencies was received. | ||
| The IsEmpty method checks whether dependencies on the Element element exist. | ||
| The IsEmptyWithChildren method checks whether dependencies on the Element element and on all child elements are available. | ||
| The Objects property returns a collection of descriptions of objects that depend on the Element element. |
| Method name | Brief description | |
| The Edit method opens the collection of dependencies on the element for edit. | ||
| The Save method saves changes in the collection of dependencies. | ||
| The SelectAllWithChildren method returns a collection of dependencies for the Element element and all its child elements. |
See also: