Namespace: Consultingwerk.SmartFramework
Interface 
ISmartModifiedStatePublisherService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartFramework.SmartModifiedStatePublisherService

File:ISmartModifiedStatePublisherService
Purpose:Interface for services publishing the SmartModifiedStateChanged
event
Description:Supports custom repository versioning integrations
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Oct 09 12:35:58 CEST 2022



Top Method Summary
Options Name Purpose
RaiseModifiedStateChanged (character, character) Raises the Modified State for the given table and key field values
ResumeEvents () Resumes publising the SmartModifiedStateChanged event
SuspendEvents () Suspends publising the SmartModifiedStateChanged event

Top Event Summary
Options Name Purpose
SmartModifiedStateChanged (Object, SmartModifiedStateChangedEventArgs) Raised when the modified state is set for an object

Top Property Summary
Options Name Purpose
LOGICAL EventSuspended


Method Detail
Top

RaiseModifiedStateChanged (character, character)

Purpose: Raises the Modified State for the given table and key field values
Notes:

Parameters:
pcModifiedTable CHARACTER
The name of the modified table
pcKeyFieldValues CHARACTER
The key field values
Top

ResumeEvents ()

Purpose: Resumes publising the SmartModifiedStateChanged event
Notes: When event shoudl have been raised while events have been suspended, resume
will publish the missed events

Top

SuspendEvents ()

Purpose: Suspends publising the SmartModifiedStateChanged event
Notes:



Event Detail
Top

SmartModifiedStateChanged (Object, SmartModifiedStateChangedEventArgs)

Purpose: Raised when the modified state is set for an object
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the SmartModifiedStateChanged event
e Consultingwerk.SmartFramework.SmartModifiedStateChangedEventArgs
The SmartModifiedStateChangedEventArgs with the data for the event


Property Detail
Top

LOGICAL EventSuspended


Returns LOGICAL


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