Assembly: ForeNet;
Namespace: Prognoz.Platform.Interop.ForeNet;
The ISharedParamsEx interface provides advanced global settings of repository.
ISharedParamsEx
To work with advanced global settings:
Get the IMetabase.SpecialObject or ISpecialObjects.SpecialObjectproperty value by specifying the MetabaseSpecialObject.SharedParams value as the parameter.
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.
Property name | Brief description | |
NETMethods | The NETMethods property returns a collection of custom .NET methods. |
See also: