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 (26.2.0.1000)
Syntax
public static class CoreEventHookIds

The CoreEventHookIds type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberBroadcastMessageReceivedThe ID corresponding to the BroadcastMessageReceived event hook.
Public fieldStatic memberConfigChangedThe ID corresponding to the ConfigChanged event hook.
Public fieldStatic memberCreatedFileSystemEntryThe ID corresponding to the CreatedFileSystemEntry event hook.
Public fieldStatic memberCreatedProjectThe ID corresponding to the CreatedProject event hook.
Public fieldStatic memberCreatingSessionThe ID corresponding to the CreatingSession event hook.
Public fieldStatic memberDeletingAccountThe ID corresponding to the DeletingAccount event hook.
Public fieldStatic memberDeletingGroupThe ID corresponding to the DeletingGroup event hook.
Public fieldStatic memberDeletingProjectThe ID corresponding to the DeletingProject event hook.
Public fieldStatic memberDeletingTenantThe ID corresponding to the DeletingTenant event hook.
Public fieldStatic memberDiagnosticsRequestThe ID corresponding to the DiagnosticsRequest event hook.
Public fieldStatic memberExportCompletedThe ID corresponding to the ExportCompleted event hook.
Public fieldStatic memberFederatedAuthenticationSuccessFromIdentityProviderThe ID corresponding to the FederatedAuthenticationSuccessFromIdentityProvider event hook.
Public fieldStatic memberGlobalCleanupThe ID corresponding to the GlobalCleanup event hook.
Public fieldStatic memberLicenseChangedThe ID corresponding to the LicenseChanged event hook.
Public fieldStatic memberLocalCleanupThe ID corresponding to the LocalCleanup event hook.
Public fieldStatic memberRemovingAccountFromTenantsThe ID corresponding to the RemovingAccountFromTenants event hook.
Public fieldStatic memberSavingTenantThe ID corresponding to the SavingTenant event hook.
Public fieldStatic memberServerRegistryChangedThe ID corresponding to the ServerRegistryChanged event hook.
Public fieldStatic memberSessionKeepAliveThe ID corresponding to the SessionKeepAlive event hook.
Public fieldStatic memberTerminatingSessionThe ID corresponding to the TerminatingSession event hook.
Public fieldStatic memberTransferImportCompletedThe ID corresponding to the TransferImportCompleted event hook.
Top
See Also