IMetabaseCustomClass.ImplementationCoreClass

Syntax

ImplementationCoreClass: String;

Description

The ImplementationCoreClass property determines the name of the class without visual dependencies, in which the procedures for handling operations are implemented.

Comments

The property is used on setting up the custom class object, work with which is executed in the web application. The specified class must be implemented in the development environment object specified in the ImplementationCoreAssembly property. The requirements for the methods implemented in the class are specified in description of the ImplementationClass property.

The following should not be used in the method implementation:

Example

The property use is given in the example for ImplementationCoreAssembly.

See also:

IMetabaseCustomClass