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
Purpose: Returns if publishing of the SmartModifiedStateChanged event is
suspended
Notes:



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

PUBLIC 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

PUBLIC 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

PUBLIC SuspendEvents ()

Purpose: Suspends publising the SmartModifiedStateChanged event
Notes:



Event Detail
Top

PUBLIC 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

PUBLIC LOGICAL EventSuspended


Returns LOGICAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:59:30