ISharedAdhocPlugin.MasterForm

Fore Syntax

MasterForm: IMetabaseObjectDescriptor

Fore.NET Syntax

MasterForm: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor

Description

The MasterForm property determines master form for plugin.

Comments

Master form contains components that form side panel tabs for setting up plugin, and a code that describes logic of applying settings to the plugin. This form must inherit from the AdhocUserMasterForm class.

Fore and Fore.NET Examples

The property use is given in the example for ISharedPluginsContainer.Plugins.

See also:

ISharedAdhocPlugin