SetCustomExtender

Syntax

bool SetCustomExtender(CustomObId tCustomExtender, SetCustomExtenderArg tArg)

Parameters

tCustomExtender. Moniker of opened instance of custom class container.

tArg. Operation execution parameters.

Description

The SetCustomExtender operation changes custom class container metadata.

Comments

The operation allows for creating, changing, and deleting custom classes. To execute the operation,, in the tCustomExtender field specify moniker of opened custom class container instance, and in the tArg.pattern field specify the pattern that will be used to change metadata, and in the tArg.meta field specify updated metadata. The moniker can be obtained on executing the OpenCustomExtender operation.

The operation results in the updated metadata if the tArg.metaGet field was defined.

To save changes in the custom class container, use the SaveObject operation.

Example

Various methods of using the operation are given in the following examples:

Example name
Creating a Custom Class
Creating an Operation in Custom Class
Applying Changes in Custom Class

See also:

Working with a Repository