DItem.parseFromMd

Syntax

parseFromMd(md: Object, init: Boolean);

Parameters

md. Dictionary element settings in metadata format.

init. Indicates that the item is created anew. If this parameter is true attribute values and their history will be reset, otherwise they will not be reset.

Description

The parseFromMd method gets settings of MDM dictionary item from a specified object in metadata format.

Example

The example of use is given on the page with description of the RdsService.beginBatch method.

See also:

DItem