The following tables list the members exposed by TransactionService.
Name | Description | |
---|---|---|
TransactionService Constructor | Constructs a transaction service. |
Name | Description | |
---|---|---|
CanRedo | Overridden. Gets whether there is a transaction that can be redone. | |
CanUndo | Overridden. Gets whether there is a transaction that can be undone. | |
Clone | Gets or sets the user-defined function for cloning transaction deltas. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
IsEnabled | Overridden. Gets whether transactions are enabled. | |
Merge | Gets or sets the user-defined action for merging transactions deltas into the current state. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) |
Name | Description | |
---|---|---|
IsPending | Gets or sets whether pending transactions are enabled or not. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
PendingStates | Gets a list of pending states. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
PendingTransactions | Gets a list of pending transactions. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) |
Name | Description | |
---|---|---|
AcceptCommit | Overridden. Accepts a pending commit. | |
Add | Overridden. Add a transaction to the service | |
Clear | Overridden. Clears all pending transactions and state. | |
ClearPending | Clear out all the pending transactions. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
Commit | Overridden. Commits the current transaction list. | |
EndPending | Overridden. Ends the pending state. | |
GetAggregatedChanges | Overridden. Returns a list of all current changes. | |
GetLatestStateFromPendingCommits | Gets the latest available state of an item from the pending commits. | |
GetPendingCommit | Overridden. Returns a commit associated with the provided ID. | |
GetPendingErrors | Get all the pending transactions that have errors associated with them. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
GetPendingState | Gets the current state of an item with pending transactions applied to it. | |
GetPendingTransaction | Returns a transaction associated with the provided ID. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
GetPendingTransactions | Overridden. Returns an array of pending transactions. | |
GetState | Overridden. Get the current state of an item with transactions applied to it. | |
Redo | Overridden. Redo the last undone action. | |
RejectCommit | Overridden. Rejects a pending commit. | |
SavePendingTransaction | Save a pending transaction making it a real, commitable transaction. | |
StartPending | Subsequent actions will be treated as pending. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
Undo | Overridden. Undo the last action. |
Name | Description | |
---|---|---|
OnPropertyChanged | Overridden. Called when a property is changed. | |
OnStateChanged | Fires the StateChanged event. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) | |
UpdateState | Overridden. Updates the current item state with the given action. | |
VerifyAddedTransaction | Verifies that the transaction is safe to add. |
Name | Description | |
---|---|---|
StateChanged | Event for transaction service state changes. (Inherited from Infragistics.Controls.DataSource.Transactions.BaseTransactionService) |