IMetabaseCustomForeEvent

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMetabaseCustomForeEvent interface is used to work with a custom event.

Inheritance Hierarchy

          INamedEntity

          IMetabaseCustomForeEvent

Comments

Custom event can be obtained using properties and methods of the IMetabaseCustomForeEvents interface.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines the object's identifier.
Key The Key property returns the object key.
Name The Name property determines the name of the object.

Methods

  Method name Brief description
The Invoke method invokes a custom event.
The InvokeEvent method invokes a custom event on connecting to database server.

See also:

Metabase Assembly Interfaces