CoreEventHookIds Class

Specifies the IDs of built-in event hooks.
Inheritance Hierarchy
SystemObject
  Dundas.BICoreEventHookIds

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public static class CoreEventHookIds

The CoreEventHookIds type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBroadcastMessageReceived
The ID corresponding to the BroadcastMessageReceived event hook.
Public fieldStatic memberConfigChanged
The ID corresponding to the ConfigChanged event hook.
Public fieldStatic memberCreatedFileSystemEntry
The ID corresponding to the CreatedFileSystemEntry event hook.
Public fieldStatic memberCreatedProject
The ID corresponding to the CreatedProject event hook.
Public fieldStatic memberCreatingSession
The ID corresponding to the CreatingSession event hook.
Public fieldStatic memberDeletingAccount
The ID corresponding to the DeletingAccount event hook.
Public fieldStatic memberDeletingGroup
The ID corresponding to the DeletingGroup event hook.
Public fieldStatic memberDeletingProject
The ID corresponding to the DeletingProject event hook.
Public fieldStatic memberDeletingTenant
The ID corresponding to the DeletingTenant event hook.
Public fieldStatic memberDiagnosticsRequest
The ID corresponding to the DiagnosticsRequest event hook.
Public fieldStatic memberExportCompleted
The ID corresponding to the ExportCompleted event hook.
Public fieldStatic memberFederatedAuthenticationSuccessFromIdentityProvider
The ID corresponding to the FederatedAuthenticationSuccessFromIdentityProvider event hook.
Public fieldStatic memberGlobalCleanup
The ID corresponding to the GlobalCleanup event hook.
Public fieldStatic memberLicenseChanged
The ID corresponding to the LicenseChanged event hook.
Public fieldStatic memberLocalCleanup
The ID corresponding to the LocalCleanup event hook.
Public fieldStatic memberRemovingAccountFromTenants
The ID corresponding to the RemovingAccountFromTenants event hook.
Public fieldStatic memberSavingTenant
The ID corresponding to the SavingTenant event hook.
Public fieldStatic memberServerRegistryChanged
The ID corresponding to the ServerRegistryChanged event hook.
Public fieldStatic memberSessionKeepAlive
The ID corresponding to the SessionKeepAlive event hook.
Public fieldStatic memberTerminatingSession
The ID corresponding to the TerminatingSession event hook.
Public fieldStatic memberTransferImportCompleted
The ID corresponding to the TransferImportCompleted event hook.
Top
See Also