Metabase > Metabase Assembly Interfaces > IMetabaseOnBeforeLogonArgs
Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseOnBeforeLogonArgs interface describes the argument of the event occurred on repository connection using web service.
IMetabaseOnBeforeLogonArgs
The argument is used in the IMetabaseCustomEvents.OnBeforeLogon event.
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: