Class ModelTransaction
Denotes a model transaction
Implements
Inherited Members
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
public class ModelTransaction : IDisposable
Constructors
| Edit this page View SourceModelTransaction(IModelElement)
Creates a new model transaction
Declaration
public ModelTransaction(IModelElement rootElement)
Parameters
Type | Name | Description |
---|---|---|
IModelElement | rootElement | The root element |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if rootElement is null |
Properties
| Edit this page View SourceIsComitted
True, if the transaction was committed, otherwise False
Declaration
public bool IsComitted { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceCommit()
Commits the transaction
Declaration
public void Commit()
Dispose()
Declaration
public virtual void Dispose()
Rollback()
Roll back the transaction
Declaration
public void Rollback()