Show contents 

Fore > Fore Assembly Interfaces > ISharedParams

ISharedParams

Assembly: Fore;

Description

The ISharedParams interface is used to work with global variables.

Inheritance Hierarchy

ISharedParams

Comments

To read the current value of global variable, use the IMetabaseCache.SharedValue property.

Properties

  Property name Brief description
DefaultBehaviour The DefaultBehaviour property returns the object to work with default settings property.
EtlTemplates The EtlTemplates property returns collection of custom templates of sources or consumers.
EventHandlers The EventHandlers property returns object to work with event handlers  of reports.
IsShared The IsShared property determines a characteristic of the global object.
Methods The Methods property returns the custom methods collection.
NameResource The NameResource property determines the string resource values of which are used for the global variables names.
Params The Params property returns the collection of global variables.
ParamValues The ParamValues property enables user to set the current parameters of the global variables.
Resource The Resource property determines ,  from which text values are taken depending on the used repository language.
SearchEngine The SearchEngine property determines parameters of the repository search platform.

Methods

  Method name Brief description
ApplyParamValues The ApplyParamValues method uses parameters of the global variables assigned with the help of the ParamValues property.

See also:

Fore Assembly Interfaces