IMetabaseOnBeforeLogonArgs

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMetabaseOnBeforeLogonArgs interface describes the argument of the event occurred on repository connection using web service.

Inheritance Hierarchy

IMetabaseOnBeforeLogonArgs

Comments

The argument is used in the IMetabaseCustomEvents.OnBeforeLogon event.

Properties

  Property name Brief description
The AllowLogon property determines whether user is allowed to connect the repository.
The Credentials property returns credentials that were sent to the web service operation on repository connection.
The Handled property determines whether repository connection will be redefined.
The Metabase property returns repository connection created with saved default credentials.
The ResultMetabase property determines resulting connection with repository which moniker will be sent to web service.

See also:

Metabase Assembly Interfaces