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

To work with the collection of custom events, use 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.

Methods 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.

See also:

Metabase Assembly Interfaces