IRdsExportSchema

Description

The IRdsExportSchema interface contains properties and methods to work with an export scheme of the MDM dictionary.

Comments

If the export schema is used to work with a table MDM dictionary, this interface can be cast to the IMetaRdsExportSchema interface.

Properties

  Property name Brief description
The Automatical property determines whether dictionary data is automatically exported on changing dictionary elements.
The Dictionary property returns parent object.
The Mappings property returns parameters of binding of the MDM dictionary attributes to fields of a table, into which data is exported.
The TableName property determines name of a table, into which data of the MDM dictionary is exported.
The TableObject property determines repository table, into which data is exported.

Properties inherited from INamedEntity

  Property name Brief description
The Id property determines the object identifier.
The Key property returns the object key.
The Name property determines the object name.

Methods

  Method name Brief description
The ClearMappings method clears attribute binding to fields of a table in that data are exported.
The CheckTable method checks if the table specified in export scheme of the MDM dictionary, does really exist.

See also:

Rds Assembly Interfaces