Interface ITransaction
Inherited Members
System.IDisposable.Dispose()
Assembly: Xbim.Common.dll
Syntax
public interface ITransaction : IDisposable
Properties
|
Improve this Doc
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Commit()
Declaration
|
Improve this Doc
View Source
DoReversibleAction(Action, Action, IPersistEntity, ChangeType, Int32)
Declaration
void DoReversibleAction(Action doAction, Action undoAction, IPersistEntity entity, ChangeType changeType, int property)
Parameters
Type |
Name |
Description |
System.Action |
doAction |
|
System.Action |
undoAction |
|
IPersistEntity |
entity |
|
ChangeType |
changeType |
|
System.Int32 |
property |
|
|
Improve this Doc
View Source
RollBack()
Declaration
Events
|
Improve this Doc
View Source
EntityChanged
This event should be fired after entity is changed
Declaration
event EntityChangedHandler EntityChanged
Event Type
|
Improve this Doc
View Source
EntityChanging
This event should be fired before entity is changed.
Declaration
event EntityChangingHandler EntityChanging
Event Type