Namespace: Consultingwerk.SmartComponents.Interfaces
Interface 
ISmartCommitTarget Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter, Consultingwerk.SmartComponents.Tools.OERABusinessEntityTester.SmartBusinessEntityAdapterTester

File:ISmartCommitTarget
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Sep 01 23:49:29 CEST 2011
Purpose: Raised when the CommitChanged property is changed
Notes:



Top Method Summary
Options Name Purpose
+ LOGICAL CommitTransaction () Commits the transaction to the backend
+ RejectTransaction () Reverts the changes

Top Event Summary
Options Name Purpose
+ AutoCommitChanged DELEGATE System.EventHandler Raised when the CommitChanged property is changed
+ SmartTransactionStateChanged DELEGATE System.EventHandler Event fired whenever the SmartTransactionState property has changed

Top Property Summary
Options Name Purpose
+ LOGICAL AutoCommit
+ Consultingwerk.SmartComponents.Enum.TransactionStateEnum SmartTransactionState


Method Detail
Top

PUBLIC LOGICAL CommitTransaction ()

Purpose: Commits the transaction to the backend
Notes:

Returns LOGICAL
Logical value indicating if the operation was successful
Top

PUBLIC RejectTransaction ()

Purpose: Reverts the changes
Notes:



Event Detail
Top

PUBLIC AutoCommitChanged DELEGATE System.EventHandler

Purpose: Raised when the CommitChanged property is changed
Notes:

Delegate: System.EventHandler
Top

PUBLIC SmartTransactionStateChanged DELEGATE System.EventHandler

Purpose: Event fired whenever the SmartTransactionState property has
changed
Notes:

Delegate: System.EventHandler


Property Detail
Top

PUBLIC LOGICAL AutoCommit


Returns LOGICAL
Top

PUBLIC Consultingwerk.SmartComponents.Enum.TransactionStateEnum SmartTransactionState


Returns Consultingwerk.SmartComponents.Enum.TransactionStateEnum


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