IMetabaseCustomClass.ImplementationAssembly

Syntax

ImplementationAssembly: IMetabaseObjectDescriptor;

Description

The ImplementationAssembly property determines the assembly containing implementation of the class, which will handle custom class operations in the desktop application.

Comments

As the value of this property, it is necessary to specify description of a repository unit/form/assembly. The class is set in the ImplementationClass property.

Example

The example of use is given in description of the Operations property.

See also:

IMetabaseCustomClass