The IRdsImportSchemas interface contains properties and methods used to work with a collection of MDM dictionary import schemes.
Property name | Brief description | |
The Count property returns the number of MDM dictionary import schemes. | ||
The Item property returns an MDM dictionary import scheme. |
Method name | Brief description | |
The Add method creates a new scheme of import. | ||
The Clear method clears all import schemes of the MDM dictionary. | ||
The FindById method searches an import scheme by identifier. | ||
The FindByKey method searches an import scheme by key. | ||
The Remove method removes an import scheme by index. | ||
The RemoveByKey method removes an import scheme by key. |
See also: