ISharedParamsEx

Assembly: ForeNet;

Namespace: Prognoz.Platform.Interop.ForeNet;

Description

The ISharedParamsEx interface provides advanced global settings of repository.

Inheritance Hierarchy

ISharedParamsEx

Comments

To work with advanced global settings:

  1. Get the IMetabase.SpecialObject or ISpecialObjects.SpecialObjectproperty value by specifying the MetabaseSpecialObject.SharedParams value as the parameter.

  2. For the obtained description, run the Bind/Edit method and cast the obtained object to the ISharedParamsEx type.

If global settings are being edited, then after required changes are made, run the Save method.

Properties

  Property name Brief description
NETMethods The NETMethods property returns a collection of custom .NET methods.

See also:

ForeNet Assembly Interfaces