Namespace: Consultingwerk.SmartFramework.Authentication
Interface 
IUserSynchronizationEventsService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartFramework.Authentication.UserSynchronizationEventsService

File:IUserSynchronizationEventsService
Purpose:Interface for services that support events when SmartUser,
SmartGroup, SmartParentGroup or SmartUserGroup records are
updated
Description:Support for user synchronization with external systems
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 18 17:56:23 CEST 2021



Top Method Summary
Options Name Purpose
RaiseRecordUpdatedEvent (SmartDataAccess, handle) Raises the events for synchronization of updates to the relevant tables

Top Event Summary
Options Name Purpose
SmartGroupUpdated (Object, SmartGroupUpdatedEventArgs) Raised when a SmartGroup record is updated
SmartParentGroupUpdated (Object, SmartParentGroupUpdatedEventArgs) Raised when a SmartParentGroup record is updated
SmartUserGroupUpdated (Object, SmartUserGroupUpdatedEventArgs) Raised when a SmartUserGroupUpdated record is updated
SmartUserUpdated (Object, SmartUserUpdatedEventArgs) Raised when a SmartUser record is updated


Method Detail
Top

RaiseRecordUpdatedEvent (SmartDataAccess, handle)

Purpose: Raises the events for synchronization of updates to the relevant tables
Notes:

Parameters:
poSender Consultingwerk.SmartFramework.SmartDataAccess
The reference to the Data Access class that raised the event
phBefore HANDLE
The handle of the Before Buffer


Event Detail
Top

SmartGroupUpdated (Object, SmartGroupUpdatedEventArgs)

Purpose: Raised when a SmartGroup record is updated
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the SmartGroupUpdated event
e Consultingwerk.SmartFramework.Authorization.SmartGroupUpdatedEventArgs
The SmartGroupUpdatedEventArgs with the data for the event
Top

SmartParentGroupUpdated (Object, SmartParentGroupUpdatedEventArgs)

Purpose: Raised when a SmartParentGroup record is updated
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the SmartParentGroupUpdated event
e Consultingwerk.SmartFramework.Authorization.SmartParentGroupUpdatedEventArgs
The SmartParentGroupUpdatedEventArgs with the data for the event
Top

SmartUserGroupUpdated (Object, SmartUserGroupUpdatedEventArgs)

Purpose: Raised when a SmartUserGroupUpdated record is updated
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the SmartUserGroupUpdated event
e Consultingwerk.SmartFramework.Authorization.SmartUserGroupUpdatedEventArgs
The SmartUserGroupUpdatedEventArgs with the data for the event
Top

SmartUserUpdated (Object, SmartUserUpdatedEventArgs)

Purpose: Raised when a SmartUser record is updated
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the SmartUserUpdated event
e Consultingwerk.SmartFramework.Authentication.SmartUserUpdatedEventArgs
The SmartUserUpdatedEventArgs with the data for the event


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:24:05