IRdsExportSchema

Description

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

Comments

If the export scheme 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
Id The Id property determines the object identifier.
Key The Key property returns the object key.
Name 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 exists.

See also:

Rds Assembly Interfaces